Class TransactionMap.CommittedIterator<K,V,X>

java.lang.Object
org.h2.mvstore.tx.TransactionMap.TMIterator<K,V,X>
org.h2.mvstore.tx.TransactionMap.CommittedIterator<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.CommittedIterator<K,V,X> extends TransactionMap.TMIterator<K,V,X>
The iterator for read committed isolation level. Can also be used on higher levels when the transaction doesn't have own changes.