T - Specifies the type of elements in the queue.
The container is allocated in memory and can contain
at most 281,474,976,710,656 elements of type T.public class Queue64<T> extends Queue64<T,Vector64<T>>
| Constructor and Description |
|---|
Queue64(java.lang.Class<T> type)
Constructs an empty queue.
|
public Queue64(java.lang.Class<T> type)
type - The specified type of the container elements.Copyright© 2012 Progeneric Systems, Inc. All Rights Reserved.