Uses of Interface
com.google.common.collect.ClassToInstanceMap
-
Packages that use ClassToInstanceMap Package Description com.google.common.collect Collection interfaces and implementations, and other utilities for collections. -
-
Uses of ClassToInstanceMap in com.google.common.collect
Classes in com.google.common.collect that implement ClassToInstanceMap Modifier and Type Class Description class
ImmutableClassToInstanceMap<B>
AClassToInstanceMap
whose contents will never change, with many other important properties detailed atImmutableCollection
.class
MutableClassToInstanceMap<B extends @Nullable java.lang.Object>
A mutable class-to-instance map backed by an arbitrary user-provided map.
-