class  | 
EnumBiMap<K extends Enum<K>,V extends Enum<V>> | 
 A BiMap backed by two EnumMap instances. 
 | 
class  | 
EnumHashBiMap<K extends Enum<K>,V extends @Nullable Object> | 
 A BiMap backed by an EnumMap instance for keys-to-values, and a HashMap
 instance for values-to-keys. 
 | 
class  | 
EvictingQueue<E> | 
 A non-blocking queue which automatically evicts elements from the head of the queue when
 attempting to add new elements onto the queue and it is full. 
 | 
class  | 
ForwardingBlockingDeque<E> | 
 Deprecated.
 
 | 
class  | 
ForwardingCollection<E extends @Nullable Object> | 
 A collection which forwards all its method calls to another collection. 
 | 
class  | 
ForwardingConcurrentMap<K,V> | 
 A concurrent map which forwards all its method calls to another concurrent map. 
 | 
class  | 
ForwardingDeque<E extends @Nullable Object> | 
 A deque which forwards all its method calls to another deque. 
 | 
class  | 
ForwardingIterator<T extends @Nullable Object> | 
 An iterator which forwards all its method calls to another iterator. 
 | 
class  | 
ForwardingList<E extends @Nullable Object> | 
 A list which forwards all its method calls to another list. 
 | 
class  | 
ForwardingListIterator<E extends @Nullable Object> | 
 A list iterator which forwards all its method calls to another list iterator. 
 | 
class  | 
ForwardingListMultimap<K extends @Nullable Object,V extends @Nullable Object> | 
 A list multimap which forwards all its method calls to another list multimap. 
 | 
class  | 
ForwardingMap<K extends @Nullable Object,V extends @Nullable Object> | 
 A map which forwards all its method calls to another map. 
 | 
class  | 
ForwardingMapEntry<K extends @Nullable Object,V extends @Nullable Object> | 
 A map entry which forwards all its method calls to another map entry. 
 | 
class  | 
ForwardingMultimap<K extends @Nullable Object,V extends @Nullable Object> | 
 A multimap which forwards all its method calls to another multimap. 
 | 
class  | 
ForwardingMultiset<E extends @Nullable Object> | 
 A multiset which forwards all its method calls to another multiset. 
 | 
class  | 
ForwardingNavigableMap<K extends @Nullable Object,V extends @Nullable Object> | 
 A navigable map which forwards all its method calls to another navigable map. 
 | 
protected class  | 
ForwardingNavigableMap.StandardDescendingMap | 
 | 
class  | 
ForwardingNavigableSet<E extends @Nullable Object> | 
 A navigable set which forwards all its method calls to another navigable set. 
 | 
protected class  | 
ForwardingNavigableSet.StandardDescendingSet | 
 | 
class  | 
ForwardingQueue<E extends @Nullable Object> | 
 A queue which forwards all its method calls to another queue. 
 | 
class  | 
ForwardingSet<E extends @Nullable Object> | 
 A set which forwards all its method calls to another set. 
 | 
class  | 
ForwardingSetMultimap<K extends @Nullable Object,V extends @Nullable Object> | 
 A set multimap which forwards all its method calls to another set multimap. 
 | 
class  | 
ForwardingSortedMap<K extends @Nullable Object,V extends @Nullable Object> | 
 A sorted map which forwards all its method calls to another sorted map. 
 | 
class  | 
ForwardingSortedMultiset<E extends @Nullable Object> | 
 A sorted multiset which forwards all its method calls to another sorted multiset. 
 | 
protected class  | 
ForwardingSortedMultiset.StandardDescendingMultiset | 
 A skeleton implementation of a descending multiset view. 
 | 
class  | 
ForwardingSortedSet<E extends @Nullable Object> | 
 A sorted set which forwards all its method calls to another sorted set. 
 | 
class  | 
ForwardingSortedSetMultimap<K extends @Nullable Object,V extends @Nullable Object> | 
 A sorted set multimap which forwards all its method calls to another sorted set multimap. 
 | 
class  | 
ForwardingTable<R extends @Nullable Object,C extends @Nullable Object,V extends @Nullable Object> | 
 A table which forwards all its method calls to another table. 
 | 
class  | 
ImmutableClassToInstanceMap<B> | 
 | 
class  | 
MutableClassToInstanceMap<B extends @Nullable Object> | 
 A mutable class-to-instance map backed by an arbitrary user-provided map. 
 |