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

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

The newest version!







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














Uses of Class
com.google.common.collect.ImmutableSetMultimap

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

Uses of ImmutableSetMultimap in com.google.common.collect
 

Methods in com.google.common.collect that return ImmutableSetMultimap
 ImmutableSetMultimap<K,V> ImmutableSetMultimap.Builder.build()
          Returns a newly-created immutable set multimap.
static
<K,V> ImmutableSetMultimap<K,V>
ImmutableSetMultimap.copyOf(Multimap<? extends K,? extends V> multimap)
          Returns an immutable set multimap containing the same mappings as multimap.
 ImmutableSetMultimap<V,K> ImmutableSetMultimap.inverse()
          Returns an immutable multimap which is the inverse of this one.
static
<K,V> ImmutableSetMultimap<K,V>
ImmutableSetMultimap.of()
          Returns the empty multimap.
static
<K,V> ImmutableSetMultimap<K,V>
ImmutableSetMultimap.of(K k1, V v1)
          Returns an immutable multimap containing a single entry.
static
<K,V> ImmutableSetMultimap<K,V>
ImmutableSetMultimap.of(K k1, V v1, K k2, V v2)
          Returns an immutable multimap containing the given entries, in order.
static
<K,V> ImmutableSetMultimap<K,V>
ImmutableSetMultimap.of(K k1, V v1, K k2, V v2, K k3, V v3)
          Returns an immutable multimap containing the given entries, in order.
static
<K,V> ImmutableSetMultimap<K,V>
ImmutableSetMultimap.of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4)
          Returns an immutable multimap containing the given entries, in order.
static
<K,V> ImmutableSetMultimap<K,V>
ImmutableSetMultimap.of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5)
          Returns an immutable multimap containing the given entries, in order.
 

Methods in com.google.common.collect with parameters of type ImmutableSetMultimap
static
<K,V> SetMultimap<K,V>
Multimaps.unmodifiableSetMultimap(ImmutableSetMultimap<K,V> delegate)
          Deprecated. no need to use this
 



Copyright © 2010-2012. All Rights Reserved.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy