Uses of Class
com.google.common.collect.ForwardingMap
Package
Description
Collection interfaces and implementations, and other utilities for collections.
Utilities for reflection.
-
Uses of ForwardingMap in com.google.common.collect
Modifier and TypeClassDescriptionfinal class
ABiMap
backed by twoEnumMap
instances.final class
EnumHashBiMap<K extends Enum<K>,
V extends @Nullable Object> ABiMap
backed by anEnumMap
instance for keys-to-values, and aHashMap
instance for values-to-keys.class
A concurrent map which forwards all its method calls to another concurrent map.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
A sensible implementation ofNavigableMap.descendingMap()
in terms of the methods of thisNavigableMap
.class
ForwardingSortedMap<K extends @Nullable Object,
V extends @Nullable Object> A sorted map which forwards all its method calls to another sorted map.final class
AClassToInstanceMap
whose contents will never change, with many other important properties detailed atImmutableCollection
.final class
MutableClassToInstanceMap<B extends @Nullable Object>
A mutable class-to-instance map backed by an arbitrary user-provided map. -
Uses of ForwardingMap in com.google.common.reflect
Modifier and TypeClassDescriptionfinal class
A type-to-instance map backed by anImmutableMap
.final class
MutableTypeToInstanceMap<B extends @Nullable Object>
A mutable type-to-instance map.