Uses of Interface
org.multiverse.api.collections.TxnIterator

Packages that use TxnIterator
org.multiverse.api.collections   
org.multiverse.collections   
 

Uses of TxnIterator in org.multiverse.api.collections
 

Methods in org.multiverse.api.collections that return TxnIterator
 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
 class AbstractTxnIterator<E>
           
 

Methods in org.multiverse.collections that return TxnIterator
 TxnIterator<E> NaiveTxnLinkedList.descendingIterator()
           
 TxnIterator<E> NaiveTxnLinkedList.descendingIterator(Txn tx)
           
 TxnIterator<E> AbstractTxnCollection.iterator()
           
 TxnIterator<E> NaiveTxnStack.iterator(Txn tx)
           
 TxnIterator<E> NaiveTxnLinkedList.iterator(Txn tx)
           
 TxnIterator<E> NaiveTxnHashSet.iterator(Txn tx)
           
 



Copyright © 2012. All Rights Reserved.