| Package | Description |
|---|---|
| com.google.common.collect |
This package contains generic collection interfaces and implementations, and other utilities for working with collections.
|
| com.google.common.reflect |
This package contains utilities to work with Java reflection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EnumBiMap<K extends Enum
A
BiMap backed by two
EnumMap instances.
|
class |
EnumHashBiMap<K extends Enum
A
BiMap backed by an
EnumMap instance for keys-to-values, and a
HashMap instance for values-to-keys.
|
class |
ForwardingConcurrentMap<K
A concurrent map which forwards all its method calls to another concurrent map.
|
class |
ForwardingNavigableMap<K
A navigable map which forwards all its method calls to another navigable map.
|
protected class |
ForwardingNavigableMap
A sensible implementation of
NavigableMap in terms of the methods of this
NavigableMap.
|
class |
ForwardingSortedMap<K
A sorted map which forwards all its method calls to another sorted map.
|
class |
ImmutableClassToInstanceMap<B>
A class-to-instance map backed by an
ImmutableMap.
|
class |
MutableClassToInstanceMap<B>
A mutable class-to-instance map backed by an arbitrary user-provided map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableTypeToInstanceMap<B>
A type-to-instance map backed by an
ImmutableMap.
|
class |
MutableTypeToInstanceMap<B>
A mutable type-to-instance map.
|