See: Description
| Interface | Description |
|---|---|
| Multimap<K,V> |
A collection similar to a
Map, but which may associate multiple
values with a single key. |
| Multiset<E> |
A collection that supports order-independent equality, like
Set, but
may have duplicate elements. |
| Multiset.Entry<E> |
An unmodifiable element-count pair for a multiset.
|
| SetMultimap<K,V> |
A
Multimap that cannot hold duplicate key-value pairs. |
| Supplier<T> |
A class that can supply objects of a single type.
|
| Class | Description |
|---|---|
| Arrays2 |
A collection of utilities for working with Arrays that goes beyond that in
the JDK.
|
| Collections2 | |
| Iterators | |
| Maps | |
| Multimaps | |
| Multisets | |
| Objects | |
| Platform | |
| Preconditions | |
| Sets | |
| WrappedIterator<K,V> |
Collection iterator for
WrappedCollection. |
| WrappedListIterator<K,V> |
ListIterator decorator.
|
Copyright © 2013. All Rights Reserved.