Class IntMap.MapIterator<V>

java.lang.Object
com.esotericsoftware.kryo.util.IntMap.MapIterator<V>
Direct Known Subclasses:
IntMap.Entries, IntMap.Keys, IntMap.Values
Enclosing class:
IntMap<V>

private static class IntMap.MapIterator<V> extends Object
  • Field Details

    • INDEX_ILLEGAL

      static final int INDEX_ILLEGAL
      See Also:
    • INDEX_ZERO

      static final int INDEX_ZERO
      See Also:
    • hasNext

      public boolean hasNext
    • map

      final IntMap<V> map
    • nextIndex

      int nextIndex
    • currentIndex

      int currentIndex
  • Constructor Details

    • MapIterator

      public MapIterator(IntMap<V> map)
  • Method Details

    • reset

      public void reset()
    • findNextIndex

      void findNextIndex()
    • remove

      public void remove()