public static class ObjToIntMap.Iterator extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
done() |
Object |
getKey() |
int |
getValue() |
void |
next() |
void |
setValue(int value) |
void |
start() |
public void start()
public boolean done()
public void next()
public Object getKey()
public int getValue()
public void setValue(int value)
Copyright © 2018. All rights reserved.