E
- public interface TxnIterable<E> extends Iterable<E>
Modifier and Type | Method and Description |
---|---|
TxnIterator<E> |
iterator() |
TxnIterator<E> |
iterator(Txn txn)
Returns an iterator over a set of elements of type T.
|
forEach, spliterator
TxnIterator<E> iterator(Txn txn)
txn
- the Txn used for this Operation.TxnIterator<E> iterator()
Copyright © 2020. All rights reserved.