| ArrayHelper |
|
| BoundedConcurrentHashMap<K,V> |
A hash table supporting full concurrency of retrievals and
adjustable expected concurrency for updates.
|
| CollectionHelper |
Various help for handling collections.
|
| ConcurrentReferenceHashMap<K,V> |
An advanced hash table supporting configurable garbage collection semantics
of keys and values, optional referential-equality, full concurrency of
retrievals, and adjustable expected concurrency for updates.
|
| IdentityMap<K,V> |
A Map where keys are compared by object identity,
rather than equals().
|
| IdentitySet |
Set implementation that use == instead of equals() as its comparison
mechanism.
|
| JoinedIterable<T> |
A JoinedIterable is an Iterable that wraps a number of Iterables.
|
| JoinedIterator<T> |
An Iterator implementation that wraps other Iterators, and presents them all as one
continuous Iterator.
|
| SingletonIterator<T> |
|
| SingletonStack<T> |
|
| StandardStack<T> |
A general-purpose stack impl.
|