Uses of Class
com.google.common.collect.ForwardingMap
-
Packages that use ForwardingMap Package Description com.google.common.collect Collection interfaces and implementations, and other utilities for collections.com.google.common.reflect Utilities for reflection. -
-
Uses of ForwardingMap in com.google.common.collect
Subclasses of ForwardingMap in com.google.common.collect Modifier and Type Class Description classEnumBiMap<K extends Enum<K>,V extends Enum<V>>ABiMapbacked by twoEnumMapinstances.classEnumHashBiMap<K extends Enum<K>,V extends @Nullable Object>ABiMapbacked by anEnumMapinstance for keys-to-values, and aHashMapinstance for values-to-keys.classForwardingConcurrentMap<K,V>A concurrent map which forwards all its method calls to another concurrent map.classForwardingNavigableMap<K extends @Nullable Object,V extends @Nullable Object>A navigable map which forwards all its method calls to another navigable map.protected classForwardingNavigableMap.StandardDescendingMapA sensible implementation ofNavigableMap.descendingMap()in terms of the methods of thisNavigableMap.classForwardingSortedMap<K extends @Nullable Object,V extends @Nullable Object>A sorted map which forwards all its method calls to another sorted map.classImmutableClassToInstanceMap<B>AClassToInstanceMapwhose contents will never change, with many other important properties detailed atImmutableCollection.classMutableClassToInstanceMap<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.reflect Modifier and Type Class Description classImmutableTypeToInstanceMap<B>A type-to-instance map backed by anImmutableMap.classMutableTypeToInstanceMap<B extends @Nullable Object>A mutable type-to-instance map.
-