Modifier and Type | Method | Description |
---|---|---|
V |
currentValue() |
returns the value associated with the last key returned
|
boolean |
hasNext() |
|
Map.Entry<Object,V> |
next() |
use nextCharArray() + currentValue() for better efficiency.
|
char[] |
nextKey() |
gets the next key...
|
String |
nextKeyString() |
gets the next key as a newly created String object
|
void |
remove() |
|
V |
setValue(V value) |
sets the value associated with the last key returned
|
forEachRemaining
public char[] nextKey()
public String nextKeyString()
public V currentValue()
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.