Class ByteDoubleHashMap.KeySetIterator

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

private class ByteDoubleHashMap.KeySetIterator extends Object implements MutableByteIterator
  • Field Details

    • count

      private int count
    • position

      private int position
    • lastKey

      private byte lastKey
    • handledZero

      private boolean handledZero
    • handledOne

      private boolean handledOne
    • canRemove

      private boolean canRemove
  • Constructor Details

    • KeySetIterator

      private KeySetIterator()
  • Method Details