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.collectClasses in com.google.common.collect that implement ClassToInstanceMap Modifier and Type Class Description classImmutableClassToInstanceMap<B>AClassToInstanceMapwhose contents will never change, with many other important properties detailed atImmutableCollection.classMutableClassToInstanceMap<B extends @Nullable java.lang.Object>A mutable class-to-instance map backed by an arbitrary user-provided map.
 
-