Modifier and Type | Method and 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
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public char[] nextKey()
public String nextKeyString()
public V currentValue()
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.