Modifier and Type | Method and Description |
---|---|
K |
getKey()
Get the last read key if there was one.
|
V |
getValue()
Get the last read value if there was one.
|
boolean |
hasNext() |
K |
next() |
void |
remove() |
void |
skip(long n)
Skip over that many entries.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public K getKey()
public V getValue()
public void skip(long n)
n
- the number of entries to skipCopyright © 2020 JBoss by Red Hat. All rights reserved.