| Class | Description |
|---|---|
| BoundedLinkedList<E> |
A
LinkedList version with a maximum number of elements. |
| ImmutableList<E> |
Naive (not optimized) implementation of an Immutable List
|
| ImmutableMap<K,V> |
Naive (not optimized) implementation of an Immutable Map
|
| ImmutableSet<E> |
Naive (not optimized) implementation of an Immutable Set with reliable, user-specified iteration order.
|
| ImmutableSet.Builder<E> |