| 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 |
|---|---|
ImmutableClassToInstanceMap |
ImmutableClassToInstanceMap.Builder.build()
Returns a new immutable class-to-instance map containing the entries provided to this builder.
|
static <B |
ImmutableClassToInstanceMap.copyOf(Map
Returns an immutable map containing the same entries as
map.
|