Interface TxnIterable<E>

    • Method Detail

      • iterator

        TxnIterator<E> iterator​(Txn txn)
        Returns an iterator over a set of elements of type T.
        Parameters:
        txn - the Txn used for this Operation.
        Returns:
        an Iterator.