Uses of Class
com.google.common.collect.MultimapBuilder.SetMultimapBuilder
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of MultimapBuilder.SetMultimapBuilder in com.google.common.collect
Modifier and TypeClassDescriptionstatic class
MultimapBuilder.SortedSetMultimapBuilder<K0 extends @Nullable Object,
V0 extends @Nullable Object> A specialization ofMultimapBuilder
that generatesSortedSetMultimap
instances.Modifier and TypeMethodDescription<V0 extends Enum<V0>>
MultimapBuilder.SetMultimapBuilder<K0, V0> MultimapBuilder.MultimapBuilderWithKeys.enumSetValues
(Class<V0> valueClass) Uses anEnumSet
to store value collections.MultimapBuilder.MultimapBuilderWithKeys.hashSetValues()
Uses a hash-basedSet
to store value collections.MultimapBuilder.MultimapBuilderWithKeys.hashSetValues
(int expectedValuesPerKey) Uses a hash-basedSet
to store value collections, initialized to expect the specified number of values per key.MultimapBuilder.MultimapBuilderWithKeys.linkedHashSetValues()
Uses an insertion-ordered hash-basedSet
to store value collections.MultimapBuilder.MultimapBuilderWithKeys.linkedHashSetValues
(int expectedValuesPerKey) Uses an insertion-ordered hash-basedSet
to store value collections, initialized to expect the specified number of values per key.