Class ObjToIntMap.Iterator

  • Enclosing class:
    ObjToIntMap

    public static class ObjToIntMap.Iterator
    extends Object
    • Method Detail

      • start

        public void start()
      • done

        public boolean done()
      • next

        public void next()
      • getKey

        public Object getKey()
      • getValue

        public int getValue()
      • setValue

        public void setValue​(int value)