Class TransactionMap.RepeatableIterator<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.RepeatableIterator<K,​V,​X>
    extends TransactionMap.TMIterator<K,​V,​X>
    The iterator for repeatable read and serializable isolation levels.