Class ObjToIntMap.Iterator

  • Enclosing class:
    ObjToIntMap

    public static class ObjToIntMap.Iterator
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean done()  
      java.lang.Object getKey()  
      int getValue()  
      void next()  
      void setValue​(int value)  
      void start()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • start

        public void start()
      • done

        public boolean done()
      • next

        public void next()
      • getKey

        public java.lang.Object getKey()
      • getValue

        public int getValue()
      • setValue

        public void setValue​(int value)