| Class | Description |
|---|---|
| LazyDequeX<T> |
An extended Deque type
Deque
Extended Deque operations execute lazily e.g. |
| LazyListX<T> |
An extended List type
List
Extended List operations execute lazily e.g. |
| LazyQueueX<T> |
An extended Queue type
Queue
Extended Queue operations execute lazily e.g. |
| LazySetX<T> |
An extended Set type
Set
Extended Set operations execute lazily e.g. |
| LazySortedSetX<T> |
An extended SortedSet type
SortedSet
Extended SortedSet operations execute lazily e.g. |