Class AbstractMapMultiSet.MultiSetEntry<E>

java.lang.Object
org.apache.commons.collections4.multiset.AbstractMultiSet.AbstractEntry<E>
org.apache.commons.collections4.multiset.AbstractMapMultiSet.MultiSetEntry<E>
All Implemented Interfaces:
MultiSet.Entry<E>
Enclosing class:
AbstractMapMultiSet<E>

protected static class AbstractMapMultiSet.MultiSetEntry<E> extends AbstractMultiSet.AbstractEntry<E>
Inner class MultiSetEntry.
  • Field Details

  • Constructor Details

  • Method Details

    • getElement

      public E getElement()
      Description copied from interface: MultiSet.Entry
      Returns the element corresponding to this entry.
      Returns:
      the element corresponding to this entry
    • getCount

      public int getCount()
      Description copied from interface: MultiSet.Entry
      Returns the number of occurrences for the element of this entry.
      Returns:
      the number of occurrences of the element