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.Builder<B> |
ImmutableClassToInstanceMap.builder()
Returns a new builder.
|
<T extends B> |
ImmutableClassToInstanceMap.Builder.put(Class<T> key,
T value)
Associates
key with value in the built map. |
<T extends B> |
ImmutableClassToInstanceMap.Builder.putAll(Map<? extends Class<? extends T>,? extends T> map)
Associates all of
map's keys and values in the built map. |
Copyright © 2010–2019. All rights reserved.