Package org.mozilla.javascript
Class ObjToIntMap.Iterator
- java.lang.Object
-
- org.mozilla.javascript.ObjToIntMap.Iterator
-
- Enclosing class:
- ObjToIntMap
public static class ObjToIntMap.Iterator extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleandone()ObjectgetKey()intgetValue()voidnext()voidsetValue(int value)voidstart()
-
-
-
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)
-
-