| 限定符和类型 | 方法和说明 |
|---|---|
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, waitforEachRemainingpublic K getKey()
public V getValue()
public void skip(long n)
n - the number of entries to skipCopyright © 2017. All rights reserved.