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

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

Uses of ImmutableMultiset in com.google.common.collect
 

Methods in com.google.common.collect that return ImmutableMultiset
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.
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 © 2007-2009 Google. All Rights Reserved.