Class DoubleByteHashMap.InternalByteIterator

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.DoubleByteHashMap.InternalByteIterator
All Implemented Interfaces:
ByteIterator, MutableByteIterator
Enclosing class:
DoubleByteHashMap

private class DoubleByteHashMap.InternalByteIterator extends Object implements MutableByteIterator
  • Field Details

    • count

      private int count
    • position

      private int position
    • lastKey

      private double lastKey
    • handledZero

      private boolean handledZero
    • handledOne

      private boolean handledOne
    • canRemove

      private boolean canRemove
  • Constructor Details

    • InternalByteIterator

      private InternalByteIterator()
  • Method Details