Uses of Class
com.google.common.collect.MutableClassToInstanceMap
-
Packages that use MutableClassToInstanceMap Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections.com.google.common.testing This package contains testing utilities. -
-
Uses of MutableClassToInstanceMap in com.google.common.collect
Methods in com.google.common.collect that return MutableClassToInstanceMap Modifier and Type Method Description static <B> MutableClassToInstanceMap<B>MutableClassToInstanceMap. create()Returns a newMutableClassToInstanceMapinstance backed by aHashMapusing the default initial capacity and load factor.static <B> MutableClassToInstanceMap<B>MutableClassToInstanceMap. create(java.util.Map<java.lang.Class<? extends B>,B> backingMap)Returns a newMutableClassToInstanceMapinstance backed by a given emptybackingMap. -
Uses of MutableClassToInstanceMap in com.google.common.testing
Fields in com.google.common.testing declared as MutableClassToInstanceMap Modifier and Type Field Description private MutableClassToInstanceMap<java.lang.Object>ClassSanityTester. defaultValues
-