Class TransactionMap.RepeatableIterator<K,V,X>

java.lang.Object
org.h2.mvstore.tx.TransactionMap.TMIterator<K,V,X>
org.h2.mvstore.tx.TransactionMap.RepeatableIterator<K,V,X>
Type Parameters:
K - the type of keys
X - the type of elements
All Implemented Interfaces:
Iterator<X>
Enclosing class:
TransactionMap<K,V>

private static final class TransactionMap.RepeatableIterator<K,V,X> extends TransactionMap.TMIterator<K,V,X>
The iterator for repeatable read and serializable isolation levels.