Uses of Class
com.google.common.collect.MutableClassToInstanceMap
Packages that use MutableClassToInstanceMap
Package
Description
Collection interfaces and implementations, and other utilities for collections.
Testing utilities.
-
Uses of MutableClassToInstanceMap in com.google.common.collect
Methods in com.google.common.collect that return MutableClassToInstanceMapModifier and TypeMethodDescriptionstatic <B> MutableClassToInstanceMap
<B> MutableClassToInstanceMap.create()
Returns a newMutableClassToInstanceMap
instance backed by aHashMap
using the default initial capacity and load factor.static <B> MutableClassToInstanceMap
<B> Returns a newMutableClassToInstanceMap
instance backed by a given emptybackingMap
. -
Uses of MutableClassToInstanceMap in com.google.common.testing
Fields in com.google.common.testing declared as MutableClassToInstanceMapModifier and TypeFieldDescriptionprivate final MutableClassToInstanceMap
<Object> ClassSanityTester.defaultValues