public static interface JSHashMap.Cursor
| Modifier and Type | Method and Description |
|---|---|
boolean |
advance()
Advances to the next entry.
|
JSHashMap.Cursor |
copy()
Copies the cursor (including the current state/entry).
|
Object |
getKey()
The key of the current entry.
|
Object |
getValue()
The value of the current entry.
|
boolean advance()
true if a next entry exists, false if there is no next entry.Object getKey()
Object getValue()
JSHashMap.Cursor copy()