| 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> ImmutableClassToInstanceMap |
ImmutableClassToInstanceMap.builder()
Returns a new builder.
|
<T extends B> ImmutableClassToInstanceMap |
ImmutableClassToInstanceMap.Builder.put(Class
Associates
key with
value in the built map.
|
<T extends B> ImmutableClassToInstanceMap |
ImmutableClassToInstanceMap.Builder.putAll(Map
Associates all of
map's keys and values in the built map.
|