![JAR search and dependency download from the Maven repository](/logo.png)
javadoc.com.google.common.collect.class-use.ForwardingMap.html Maven / Gradle / Ivy
The newest version!
Uses of Class com.google.common.collect.ForwardingMap (Guava: Google Core Libraries for Java 11.0.1 API)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES
Uses of Class
com.google.common.collect.ForwardingMap
Packages that use ForwardingMap
com.google.common.collect
This package contains generic collection interfaces and implementations, and
other utilities for working with collections.
Uses of ForwardingMap in com.google.common.collect
Subclasses of ForwardingMap in com.google.common.collect
class
EnumBiMap<K extends Enum<K>,V extends Enum<V>>
A BiMap
backed by two EnumMap
instances.
class
EnumHashBiMap<K extends Enum<K>,V>
A BiMap
backed by an EnumMap
instance for keys-to-values, and
a HashMap
instance for values-to-keys.
class
ForwardingConcurrentMap<K,V>
A concurrent map which forwards all its method calls to another concurrent
map.
class
ForwardingSortedMap<K,V>
A sorted map which forwards all its method calls to another sorted map.
class
HashBiMap<K,V>
A BiMap
backed by two HashMap
instances.
class
ImmutableClassToInstanceMap<B>
A class-to-instance map backed by an ImmutableMap
.
class
MutableClassToInstanceMap<B>
A mutable class-to-instance map backed by an arbitrary user-provided map.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES
Copyright © 2010-2012. All Rights Reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy