Uses of Interface
com.google.common.collect.ClassToInstanceMap
-
Packages that use ClassToInstanceMap Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of ClassToInstanceMap in com.google.common.collect
Classes 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>A mutable class-to-instance map backed by an arbitrary user-provided map.
-