Package org.multiverse.collections
Class AbstractTxnIterator<E>
java.lang.Object
org.multiverse.collections.AbstractTxnIterator<E>
- All Implemented Interfaces:
Iterator<E>,TxnIterator<E>
- Direct Known Subclasses:
NaiveTxnHashSet.It,NaiveTxnStack.It
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemainingMethods inherited from interface org.multiverse.api.collections.TxnIterator
hasNext, next, remove