Uses of Interface
com.google.common.collect.ClassToInstanceMap

Packages that use ClassToInstanceMap
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
 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.
 



Copyright © 2010-2012. All Rights Reserved.