Uses of Interface
org.multiverse.api.collections.TxnIterator
-
Packages that use TxnIterator Package Description org.multiverse.api.collections org.multiverse.collections -
-
Uses of TxnIterator in org.multiverse.api.collections
Methods in org.multiverse.api.collections that return TxnIterator Modifier and Type Method Description TxnIterator<E>TxnDeque. descendingIterator(Txn txn)TxnIterator<E>TxnIterable. iterator()TxnIterator<E>TxnIterable. iterator(Txn txn)Returns an iterator over a set of elements of type T. -
Uses of TxnIterator in org.multiverse.collections
Classes in org.multiverse.collections that implement TxnIterator Modifier and Type Class Description classAbstractTxnIterator<E>Methods in org.multiverse.collections that return TxnIterator Modifier and Type Method Description TxnIterator<E>NaiveTxnLinkedList. descendingIterator()TxnIterator<E>NaiveTxnLinkedList. descendingIterator(Txn tx)TxnIterator<E>AbstractTxnCollection. iterator()TxnIterator<E>NaiveTxnHashSet. iterator(Txn tx)TxnIterator<E>NaiveTxnLinkedList. iterator(Txn tx)TxnIterator<E>NaiveTxnStack. iterator(Txn tx)
-