org.multiverse.transactional.collections
Class TransactionalLinkedList.DescendingIteratorImpl

java.lang.Object
  extended by org.multiverse.transactional.collections.TransactionalLinkedList.DescendingIteratorImpl
All Implemented Interfaces:
Iterator<E>
Enclosing class:
TransactionalLinkedList<E>

public final class TransactionalLinkedList.DescendingIteratorImpl
extends Object
implements Iterator<E>


Method Summary
 boolean hasNext()
           
 E next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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 © 2008-2010 Multiverse. All Rights Reserved.