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

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

Introduction

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

The text is from its open source code.

Method

Builderbuilder()
Returns a new builder.
booleancontainsKey(Object key)
Returns true if this map contains a mapping for the specified key.
ImmutableClassToInstanceMapcopyOf( Map, ? extends S> map)
Returns an immutable map containing the same entries as map .
TgetInstance(Class type)