public abstract static class TransactionMap.TMIterator<K,V,X> extends Object implements Iterator<X>
protected Cursor<K,VersionedValue<V>>
cursor
abstract X
fetchNext()
boolean
hasNext()
X
next()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
protected final Cursor<K,VersionedValue<V>> cursor
public abstract X fetchNext()
null
public final boolean hasNext()
hasNext
Iterator<X>
public final X next()
next
Copyright © 2022. All rights reserved.