Uses of Class
com.google.common.collect.MutableClassToInstanceMap
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of MutableClassToInstanceMap in com.google.common.collect
Modifier and TypeMethodDescriptionstatic <B extends @Nullable Object>
MutableClassToInstanceMap<B> MutableClassToInstanceMap.create()
Returns a newMutableClassToInstanceMap
instance backed by aHashMap
using the default initial capacity and load factor.static <B extends @Nullable Object>
MutableClassToInstanceMap<B> Returns a newMutableClassToInstanceMap
instance backed by a given emptybackingMap
.