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 TypeClassDescription(package private) classAbstractBiMap<K,V> A general-purpose bimap implementation using any two backingMapinstances.(package private) static classThe inverse of any otherAbstractBiMapsubclass.private final classfinal classABiMapbacked by twoEnumMapinstances.final classEnumHashBiMap<K extends Enum<K>,V> ABiMapbacked by anEnumMapinstance for keys-to-values, and aHashMapinstance for values-to-keys.classA concurrent map which forwards all its method calls to another concurrent map.classA navigable map which forwards all its method calls to another navigable map.protected classA 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.final classAClassToInstanceMapwhose contents will never change, with many other important properties detailed atImmutableCollection.(package private) static classThe actual object that gets serialized.private static final classThe actual object that gets serialized.(package private) static classMaps.DescendingMap<K,V> private static class(package private) static classfinal classA 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 classA type-to-instance map backed by anImmutableMap.final classA mutable type-to-instance map.