K - the key typeV - the value typepublic class Cursor<K,V>
extends java.lang.Object
implements java.util.Iterator<K>
public boolean hasNext()
hasNext in interface java.util.Iterator<K>public K getKey()
public V getValue()
public void skip(long n)
n - the number of entries to skippublic void remove()
remove in interface java.util.Iterator<K>