SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

serp.util
Class SimpleLinkedList.SimpleLinkedListIterator

java.lang.Object
  |
  +--serp.util.SimpleLinkedList.SimpleLinkedListIterator
All Implemented Interfaces:
Iterator
Enclosing class:
SimpleLinkedList

public class SimpleLinkedList.SimpleLinkedListIterator
extends Object
implements Iterator


Field Summary
protected  SimpleLinkedList.Entry current
           
protected  boolean inited
           
 
Constructor Summary
protected SimpleLinkedList.SimpleLinkedListIterator()
           
 
Method Summary
protected  Object current()
           
 boolean hasNext()
           
 Object next()
           
 SimpleLinkedList.Entry nextEntry()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

current

protected SimpleLinkedList.Entry current

inited

protected boolean inited
Constructor Detail

SimpleLinkedList.SimpleLinkedListIterator

protected SimpleLinkedList.SimpleLinkedListIterator()
Method Detail

nextEntry

public SimpleLinkedList.Entry nextEntry()

current

protected Object current()

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

public Object next()
Specified by:
next in interface Iterator

remove

public void remove()
Specified by:
remove in interface Iterator

SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.