common
Interface Multiset.Entry

All Known Implementing Classes:
AbstractMultiset.Entry
Enclosing interface:
Multiset

public static interface Multiset.Entry

Interface for objects that represent entries in a multiset.


Method Summary
 int getCount()
          Returns the count of this element.
 java.lang.Object getElement()
          Returns the element in this entry.
 

Method Detail

getElement

java.lang.Object getElement()
Returns the element in this entry.


getCount

int getCount()
Returns the count of this element.