public abstract static class TransactionMap.TMIterator<K,V,X>
extends java.lang.Object
implements java.util.Iterator<X>
| Modifier and Type | Field and Description |
|---|---|
protected Cursor<K,VersionedValue<V>> |
cursor |
| Modifier and Type | Method and Description |
|---|---|
abstract X |
fetchNext()
Fetches a next entry.
|
boolean |
hasNext() |
X |
next() |
protected final Cursor<K,VersionedValue<V>> cursor