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

Uses of ImmutableMultiset in com.google.common.collect
 

Methods in com.google.common.collect that return ImmutableMultiset
 ImmutableMultiset<E> ImmutableMultiset.Builder.build()
          Returns a newly-created ImmutableMultiset based on the contents of the Builder.
static
<E> ImmutableMultiset<E>
ImmutableMultiset.copyOf(java.lang.Iterable<? extends E> elements)
          Returns an immutable multiset containing the given elements.
static
<E> ImmutableMultiset<E>
ImmutableMultiset.copyOf(java.util.Iterator<? extends E> elements)
          Returns an immutable multiset containing the given elements.
 ImmutableMultiset<K> ImmutableMultimap.keys()
          Returns a collection, which may contain duplicates, of all keys.
static
<E> ImmutableMultiset<E>
ImmutableMultiset.of()
          Returns the empty immutable multiset.
static
<E> ImmutableMultiset<E>
ImmutableMultiset.of(E... elements)
          Returns an immutable multiset containing the given elements.
 



Copyright © 2010 Google. All Rights Reserved.