javadoc.com.google.common.collect.class-use.ImmutableSetMultimap.Builder.html Maven / Gradle / Ivy
The newest version!
Uses of Class com.google.common.collect.ImmutableSetMultimap.Builder (Guava: Google Core Libraries for Java 11.0.1 API)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES
Uses of Class
com.google.common.collect.ImmutableSetMultimap.Builder
Packages that use ImmutableSetMultimap.Builder
com.google.common.collect
This package contains generic collection interfaces and implementations, and
other utilities for working with collections.
Uses of ImmutableSetMultimap.Builder in com.google.common.collect
Methods in com.google.common.collect that return ImmutableSetMultimap.Builder
static
<K,V> ImmutableSetMultimap.Builder<K,V>
ImmutableSetMultimap.builder()
Returns a new ImmutableSetMultimap.Builder
.
ImmutableSetMultimap.Builder<K,V>
ImmutableSetMultimap.Builder.orderKeysBy(Comparator<? super K> keyComparator)
Specifies the ordering of the generated multimap's keys.
ImmutableSetMultimap.Builder<K,V>
ImmutableSetMultimap.Builder.orderValuesBy(Comparator<? super V> valueComparator)
Specifies the ordering of the generated multimap's values for each key.
ImmutableSetMultimap.Builder<K,V>
ImmutableSetMultimap.Builder.put(K key,
V value)
Adds a key-value mapping to the built multimap if it is not already
present.
ImmutableSetMultimap.Builder<K,V>
ImmutableSetMultimap.Builder.put(Map.Entry<? extends K,? extends V> entry)
Adds an entry to the built multimap if it is not already present.
ImmutableSetMultimap.Builder<K,V>
ImmutableSetMultimap.Builder.putAll(K key,
Iterable<? extends V> values)
ImmutableSetMultimap.Builder<K,V>
ImmutableSetMultimap.Builder.putAll(K key,
V... values)
ImmutableSetMultimap.Builder<K,V>
ImmutableSetMultimap.Builder.putAll(Multimap<? extends K,? extends V> multimap)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES
Copyright © 2010-2012. All Rights Reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy