Uses of Class
com.google.common.collect.MutableClassToInstanceMap
Packages that use MutableClassToInstanceMap
Package
Description
This package contains generic collection interfaces and implementations, and other utilities for
working with collections.
-
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 newMutableClassToInstanceMapinstance backed by aHashMapusing the default initial capacity and load factor.static <B> MutableClassToInstanceMap<B>Returns a newMutableClassToInstanceMapinstance backed by a given emptybackingMap.