Class ByteHashBag.InternalIterator

java.lang.Object
org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag.InternalIterator
All Implemented Interfaces:
ByteIterator, MutableByteIterator
Enclosing class:
ByteHashBag

private class ByteHashBag.InternalIterator extends Object implements MutableByteIterator
  • Field Details

    • byteIterator

      private MutableByteIterator byteIterator
    • currentItem

      private byte currentItem
    • occurrences

      private int occurrences
    • canRemove

      private boolean canRemove
  • Constructor Details

    • InternalIterator

      private InternalIterator()
  • Method Details