Java com.google.common.collect MutableClassToInstanceMap fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.collect MutableClassToInstanceMap fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.collect MutableClassToInstanceMap.

The text is from its open source code.

Method

MutableClassToInstanceMapcreate()
Returns a new MutableClassToInstanceMap instance backed by a HashMap using the default initial capacity and load factor.
MutableClassToInstanceMapcreate(Map, B> backingMap)
Returns a new MutableClassToInstanceMap instance backed by a given empty backingMap .