Uses of Class
com.google.common.collect.ImmutableClassToInstanceMap.Builder
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of ImmutableClassToInstanceMap.Builder in com.google.common.collect
Modifier and TypeMethodDescriptionstatic <B> ImmutableClassToInstanceMap.Builder
<B> ImmutableClassToInstanceMap.builder()
Returns a new builder.<T extends B>
ImmutableClassToInstanceMap.Builder<B> Associateskey
withvalue
in the built map.<T extends B>
ImmutableClassToInstanceMap.Builder<B> Associates all ofmap's
keys and values in the built map.