textmaven.tst
Class DoublyLinkedList.DLLIterator

java.lang.Object
  extended bytextmaven.tst.DoublyLinkedList.DLLIterator
All Implemented Interfaces:
java.util.Iterator
Enclosing class:
DoublyLinkedList

public class DoublyLinkedList.DLLIterator
extends java.lang.Object
implements java.util.Iterator


Constructor Summary
DoublyLinkedList.DLLIterator()
           
 
Method Summary
 boolean hasNext()
           
 boolean hasPrevious()
           
 java.lang.Object next()
           
 java.lang.Object previous()
           
 void remove()
           
 void resetToBeginning()
           
 void resetToEnd()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoublyLinkedList.DLLIterator

public DoublyLinkedList.DLLIterator()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

hasPrevious

public boolean hasPrevious()

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator

previous

public java.lang.Object previous()

resetToBeginning

public void resetToBeginning()

resetToEnd

public void resetToEnd()

remove

public void remove()
Specified by:
remove in interface java.util.Iterator
See Also:
Iterator.remove()


Copyright © 2002-2005 Sourceforge. All Rights Reserved.