Uses of Class
com.google.common.collect.ImmutableClassToInstanceMap.Builder
Packages that use ImmutableClassToInstanceMap.Builder
Package
Description
This package contains generic collection interfaces and implementations, and other utilities for
working with collections.
-
Uses of ImmutableClassToInstanceMap.Builder in com.google.common.collect
Methods in com.google.common.collect that return ImmutableClassToInstanceMap.BuilderModifier 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.