org.jaxen.util
Class LinkedIterator

java.lang.Object
  |
  +--org.jaxen.util.LinkedIterator
All Implemented Interfaces:
Iterator

public class LinkedIterator
extends Object
implements Iterator


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

Constructor Detail

LinkedIterator

public LinkedIterator()
Method Detail

addIterator

public void addIterator(Iterator i)

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


Copyright © 2002 bob mcwhirter & James Strachan. All Rights Reserved. Hosted by

SourceForge Logo