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

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

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

Classes in com.google.common.collect that implement Multiset.Entry
 class AbstractMultisetEntry<E>
          Implementation of the equals, hashCode, and toString methods of Multiset.Entry.
 

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>> ConcurrentMultiset.entrySet()
           
abstract  java.util.Set<Multiset.Entry<E>> AbstractMultiset.entrySet()
           
 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>> ForwardingMultiset.entrySet()
           
 



Copyright © 2008 Google. All Rights Reserved.