Class ShortHashBag.InternalIterator

java.lang.Object
org.eclipse.collections.impl.bag.mutable.primitive.ShortHashBag.InternalIterator
All Implemented Interfaces:
MutableShortIterator, ShortIterator
Enclosing class:
ShortHashBag

private class ShortHashBag.InternalIterator extends Object implements MutableShortIterator
  • Field Details

    • shortIterator

      private MutableShortIterator shortIterator
    • currentItem

      private short currentItem
    • occurrences

      private int occurrences
    • canRemove

      private boolean canRemove
  • Constructor Details

    • InternalIterator

      private InternalIterator()
  • Method Details