Class ObjectIntMap.MapIterator<K>

java.lang.Object
com.github.tommyettinger.ds.ObjectIntMap.MapIterator<K>
Direct Known Subclasses:
ObjectIntMap.EntryIterator, ObjectIntMap.KeyIterator, ObjectIntMap.ValueIterator
Enclosing class:
ObjectIntMap<K>

public abstract static class ObjectIntMap.MapIterator<K> extends Object
  • Field Details

    • hasNext

      public boolean hasNext
    • map

      protected final ObjectIntMap<K> map
    • nextIndex

      protected int nextIndex
    • currentIndex

      protected int currentIndex
    • valid

      protected boolean valid
  • Constructor Details

  • Method Details

    • reset

      public void reset()
    • remove

      public void remove()