Package | Description |
---|---|
com.google.common.collect |
This package contains generic collection interfaces and implementations, and
other utilities for working with collections.
|
Modifier and Type | Method and Description |
---|---|
static <B> MutableClassToInstanceMap<B> |
MutableClassToInstanceMap.create()
Returns a new
MutableClassToInstanceMap instance backed by a HashMap using the default initial capacity and load factor. |
static <B> MutableClassToInstanceMap<B> |
MutableClassToInstanceMap.create(Map<Class<? extends B>,B> backingMap)
Returns a new
MutableClassToInstanceMap instance backed by a given
empty backingMap . |
Copyright © 2010-2017. All Rights Reserved.