org.mozilla.javascript

Class ObjToIntMap.Iterator

public static class ObjToIntMap.Iterator extends Object

Method Summary
booleandone()
ObjectgetKey()
intgetValue()
voidnext()
voidsetValue(int value)
voidstart()

Method Detail

done

public boolean done()

getKey

public Object getKey()

getValue

public int getValue()

next

public void next()

setValue

public void setValue(int value)

start

public void start()