Class ObjectMap.MapIterator<K,​V>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void advance()  
      void remove()  
      void reset()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • hasNext

        public boolean hasNext
      • nextIndex

        int nextIndex
      • currentIndex

        int currentIndex
    • Constructor Detail

      • MapIterator

        public MapIterator​(ObjectMap<K,​V> map)
    • Method Detail

      • reset

        public void reset()
      • advance

        void advance()
      • remove

        public void remove()