AbstractDeque |
Abstract Deque implementation that provides default implementations for some of the
operations in the Deque interface.
|
DefaultEntry |
A default implementation of the Map.Entry interface, representing a key-value pair.
|
DelegatingDeque |
Delegating Deque
|
DelegatingQueue |
Delegating Queue
|
EmptyDeque |
An empty and immutable Deque implementation that throws UnsupportedOperationException
for methods that attempt to modify the deque, and returns appropriate default values for read-only operations.
|
EmptyIterable |
An empty Iterable implementation that always returns an empty iterator.
|
EmptyIterator |
An empty and immutable implementation of the Iterator interface.
|
ImmutableEntry |
An immutable implementation of Map.Entry that stores a fixed key-value pair.
|
IterableAdapter |
An adapter that wraps an Iterator and provides an Iterable interface.
|
ReadOnlyIterator |
A skeletal implementation of the Iterator interface, designed to support
read-only iteration.
|
UnmodifiableQueue |
An unmodifiable view of a Queue .
|