Uses of Class
com.google.common.collect.MutableClassToInstanceMap
-
Packages that use MutableClassToInstanceMap Package Description com.google.common.collect Collection interfaces and implementations, and other utilities for collections. -
-
Uses of MutableClassToInstanceMap in com.google.common.collect
Methods in com.google.common.collect that return MutableClassToInstanceMap Modifier and Type Method Description static <B extends @Nullable java.lang.Object>
MutableClassToInstanceMap<B>MutableClassToInstanceMap. create()
Returns a newMutableClassToInstanceMap
instance backed by aHashMap
using the default initial capacity and load factor.static <B extends @Nullable java.lang.Object>
MutableClassToInstanceMap<B>MutableClassToInstanceMap. create(java.util.Map<java.lang.Class<? extends @NonNull B>,B> backingMap)
Returns a newMutableClassToInstanceMap
instance backed by a given emptybackingMap
.
-