Uses of Class
com.google.common.collect.ForwardingMap
-
Packages that use ForwardingMap 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. -
-
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>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,V>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,V>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>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>A mutable type-to-instance map.
-