Uses of Class
com.google.common.collect.ForwardingMap
Packages that use ForwardingMap
Package
Description
Collection interfaces and implementations, and other utilities for collections.
Utilities for reflection.
-
Uses of ForwardingMap in com.google.common.collect
Subclasses of ForwardingMap in com.google.common.collectModifier and TypeClassDescription(package private) class
AbstractBiMap<K,
V> A general-purpose bimap implementation using any two backingMap
instances.(package private) static class
The inverse of any otherAbstractBiMap
subclass.private final class
final class
ABiMap
backed by twoEnumMap
instances.final class
EnumHashBiMap<K extends Enum<K>,
V> 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
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,
V> 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
.(package private) static class
The actual object that gets serialized.private static final class
The actual object that gets serialized.(package private) static class
Maps.DescendingMap<K,
V> private static class
(package private) static class
final class
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
A mutable type-to-instance map.