ConcurrentFIFOWorkingSet<E> |
A first-in, first-out working set.
|
ConcurrentLIFOWorkingSet<E> |
A last-in, first-out working set.
|
DuplicateFreeFIFOWorkingSet<E> |
A LIFO working set that guarantees that, at any time, the same element cannot
appear more than once in it.
|
DuplicateFreeLIFOWorkingSet<E> |
A LIFO working set that guarantees that, at any time, the same element cannot
appear more than once in it.
|
FIFOWorkingSet<E> |
A first-in, first-out working set.
|
LIFOWorkingSet<E> |
A last-in, first-out working set.
|
VisitOnceFIFOWorkingSet<E> |
A FIFO working set that guarantees that each element will be added to this
working set no more than once.
|
VisitOnceLIFOWorkingSet<E> |
A LIFO working set that guarantees that each element will be added to this
working set no more than once.
|