Uses of Class
com.google.common.collect.ForwardingMap
Packages that use ForwardingMap
Package
Description
This package contains generic collection interfaces and implementations, and other utilities for
working with collections.
This package contains utilities to work with Java reflection.
-
Uses of ForwardingMap in com.google.common.collect
Subclasses of ForwardingMap in com.google.common.collectModifier 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
Subclasses of ForwardingMap in com.google.common.reflectModifier and TypeClassDescriptionfinal class
A type-to-instance map backed by anImmutableMap
.final class
MutableTypeToInstanceMap<B extends @Nullable Object>
A mutable type-to-instance map.