All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javadoc.com.google.common.collect.class-use.ImmutableListMultimap.Builder.html Maven / Gradle / Ivy

The newest version!







Uses of Class com.google.common.collect.ImmutableListMultimap.Builder (Guava: Google Core Libraries for Java 11.0.1 API)














Uses of Class
com.google.common.collect.ImmutableListMultimap.Builder

Packages that use ImmutableListMultimap.Builder
com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. 
 

Uses of ImmutableListMultimap.Builder in com.google.common.collect
 

Methods in com.google.common.collect that return ImmutableListMultimap.Builder
static
<K,V> ImmutableListMultimap.Builder<K,V>
ImmutableListMultimap.builder()
          Returns a new builder.
 ImmutableListMultimap.Builder<K,V> ImmutableListMultimap.Builder.orderKeysBy(Comparator<? super K> keyComparator)
          Specifies the ordering of the generated multimap's keys.
 ImmutableListMultimap.Builder<K,V> ImmutableListMultimap.Builder.orderValuesBy(Comparator<? super V> valueComparator)
          Specifies the ordering of the generated multimap's values for each key.
 ImmutableListMultimap.Builder<K,V> ImmutableListMultimap.Builder.put(K key, V value)
           
 ImmutableListMultimap.Builder<K,V> ImmutableListMultimap.Builder.put(Map.Entry<? extends K,? extends V> entry)
          Adds an entry to the built multimap.
 ImmutableListMultimap.Builder<K,V> ImmutableListMultimap.Builder.putAll(K key, Iterable<? extends V> values)
           
 ImmutableListMultimap.Builder<K,V> ImmutableListMultimap.Builder.putAll(K key, V... values)
           
 ImmutableListMultimap.Builder<K,V> ImmutableListMultimap.Builder.putAll(Multimap<? extends K,? extends V> multimap)
           
 



Copyright © 2010-2012. All Rights Reserved.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy