Class ObjectLongMap.MapIterator<K>

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

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

    • hasNext

      public boolean hasNext
    • map

      protected final ObjectLongMap<K> map
    • nextIndex

      protected int nextIndex
    • currentIndex

      protected int currentIndex
    • valid

      public boolean valid
  • Constructor Details

  • Method Details

    • reset

      public void reset()
    • remove

      public void remove()