Class TransactionMap.CommittedIterator<K,​V,​X>

  • Type Parameters:
    K - the type of keys
    X - the type of elements
    All Implemented Interfaces:
    java.util.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.