org.multiverse.collections
Class AbstractTxnIterator<E>
java.lang.Object
org.multiverse.collections.AbstractTxnIterator<E>
- All Implemented Interfaces:
- Iterator<E>, TxnIterator<E>
public abstract class AbstractTxnIterator<E>
- extends Object
- implements TxnIterator<E>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractTxnIterator
public AbstractTxnIterator()
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<E>
next
public E next()
- Specified by:
next in interface Iterator<E>
remove
public void remove()
- Specified by:
remove in interface Iterator<E>
Copyright © 2012. All Rights Reserved.