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 class
AbstractTxnIterator<E>
(package private) static class
NaiveTxnHashSet.It<E>
(package private) static class
NaiveTxnStack.It<E>
Fields in org.multiverse.collections declared as TxnIterator Modifier and Type Field Description private TxnIterator<java.util.Map.Entry<E,java.lang.Object>>
NaiveTxnHashSet.It. iterator
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)
Constructors in org.multiverse.collections with parameters of type TxnIterator Constructor Description It(TxnIterator<java.util.Map.Entry<E,java.lang.Object>> iterator)
-