Uses of Interface
com.google.common.collect.Multiset.Entry

Uses of Multiset.Entry in com.google.common.collect
 

Methods in com.google.common.collect that return Multiset.Entry
static
<E> Multiset.Entry<E>
Multisets.immutableEntry(E e, int n)
          Returns an immutable multiset entry with the specified element and count.
 

Methods in com.google.common.collect that return types with arguments of type Multiset.Entry
 java.util.Set<Multiset.Entry<E>> Multiset.entrySet()
          Returns a view of the contents of this multiset, grouped into Multiset.Entry instances, each providing an element of the multiset and the count of that element.
 java.util.Set<Multiset.Entry<E>> ImmutableMultiset.entrySet()
           
 java.util.Set<Multiset.Entry<E>> ForwardingMultiset.entrySet()
           
 java.util.Set<Multiset.Entry<E>> ConcurrentHashMultiset.entrySet()
           
 



Copyright © 2010 Google. All Rights Reserved.