Class ObjectShortHashMap.KeysView.InternalKeysViewIterator

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMap.KeysView.InternalKeysViewIterator
All Implemented Interfaces:
Iterator<K>
Enclosing class:
ObjectShortHashMap.KeysView

public class ObjectShortHashMap.KeysView.InternalKeysViewIterator extends Object implements Iterator<K>
  • Field Details

    • count

      private int count
    • position

      private int position
  • Constructor Details

    • InternalKeysViewIterator

      public InternalKeysViewIterator()
  • Method Details

    • next

      public K next()
      Specified by:
      next in interface Iterator<K>
    • remove

      public void remove()
      Specified by:
      remove in interface Iterator<K>
    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<K>