Uses of Class
com.google.common.collect.ImmutableClassToInstanceMap
Packages that use ImmutableClassToInstanceMap
Package
Description
This package contains generic collection interfaces and implementations, and other utilities for
working with collections.
-
Uses of ImmutableClassToInstanceMap in com.google.common.collect
Fields in com.google.common.collect declared as ImmutableClassToInstanceMapModifier and TypeFieldDescriptionprivate static final ImmutableClassToInstanceMap<Object>
ImmutableClassToInstanceMap.EMPTY
Methods in com.google.common.collect that return ImmutableClassToInstanceMapModifier and TypeMethodDescriptionImmutableClassToInstanceMap.Builder.build()
Returns a new immutable class-to-instance map containing the entries provided to this builder.static <B,
S extends B>
ImmutableClassToInstanceMap<B>Returns an immutable map containing the same entries asmap
.static <B> ImmutableClassToInstanceMap<B>
ImmutableClassToInstanceMap.of()
Returns an emptyImmutableClassToInstanceMap
.static <B,
T extends B>
ImmutableClassToInstanceMap<B>Returns anImmutableClassToInstanceMap
containing a single entry.