See: Description
| Class | Description |
|---|---|
| PriorityQueue32<T,TIterator extends IRanIter<T,TIterator>,TContainer extends IRanSequence32<T,TIterator>> |
Implements a variable size container of instances
of the same unbound parameter type.
|
| PriorityQueue64<T,TIterator extends IRanIter<T,TIterator>,TContainer extends IRanSequence64<T,TIterator>> |
Implements a variable size container of instances
of the same unbound parameter type.
|
| Queue32<T,TContainer extends IContainer32<T> & IBackSequence<T> & IFrontSequence<T>> |
Implements a variable size first-in-first-out (FIFO)
container of instances of the same unbound parameter type.
|
| Queue64<T,TContainer extends IContainer64<T> & IBackSequence<T> & IFrontSequence<T>> |
Implements a variable size first-in-first-out (FIFO)
container of instances of the same unbound parameter type.
|
| Stack32<T,TContainer extends IContainer32<T> & IBackSequence<T>> |
Defines a container adaptor that provides a restricted subset
of functionality, limiting access to the element most recently added to
some underlying container type.
|
| Stack64<T,TContainer extends IContainer64<T> & IBackSequence<T>> |
Defines a container adaptor that provides a restricted subset
of functionality, limiting access to the element most recently added to
some underlying container type.
|
Copyright© 2012 Progeneric Systems, Inc. All Rights Reserved.