Uses of Interface
org.multiverse.api.collections.TxnIterator
Packages that use TxnIterator
-
Uses of TxnIterator in org.multiverse.api.collections
Methods in org.multiverse.api.collections that return TxnIteratorModifier and TypeMethodDescriptionTxnDeque.descendingIterator(Txn txn) TxnIterable.iterator()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 TxnIteratorModifier and TypeClassDescriptionclass(package private) static class(package private) static classFields in org.multiverse.collections declared as TxnIteratorModifier and TypeFieldDescriptionprivate final TxnIterator<Map.Entry<E, Object>> NaiveTxnHashSet.It.iteratorMethods in org.multiverse.collections that return TxnIteratorModifier and TypeMethodDescriptionNaiveTxnLinkedList.descendingIterator()NaiveTxnLinkedList.descendingIterator(Txn tx) AbstractTxnCollection.iterator()Constructors in org.multiverse.collections with parameters of type TxnIterator