Parallel Template Library
PTL™ 4.0
- Detail:
- Field |
- Constr |
- Method
-
- Type Parameters:
T - Specifies the type of elements in the stack.
The container is allocated in memory and can contain
at most 281,474,976,710,656 elements of type T.
public class Stack64<T>
extends Stack64<T,Vector64<T>>
Implements a variable size last-in-first-out (LIFO)
container of instances of the same unbound parameter type.
-
-
Constructor Summary
Constructors
| Constructor and Description |
Stack64(java.lang.Class<T> type)
Constructs an empty stack.
|
-
Method Summary
-
Methods inherited from class Progeneric.Ptl.Containers.Adaptors.Stack64
Clear, Container, Empty, equals, equals, hashCode, MaxSize, Peek, Pop, Push, Size
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Parallel Template Library
PTL™ 4.0
- Detail:
- Field |
- Constr |
- Method
Copyright© 2012 Progeneric Systems, Inc. All Rights Reserved.