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, spliteratorTxnIterator<E> iterator(Txn txn)
txn - the Txn used for this Operation.TxnIterator<E> iterator()
Copyright © 2025. All rights reserved.