org.jaxen.util
Class LinkedIterator

java.lang.Object
  extended byorg.jaxen.util.LinkedIterator
All Implemented Interfaces:
Iterator

Deprecated. elharo this class is undocumented and untested. It will be removed in a future release.

public class LinkedIterator
extends Object
implements Iterator


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

Constructor Detail

LinkedIterator

public LinkedIterator()
Deprecated. 
Method Detail

addIterator

public void addIterator(Iterator i)
Deprecated. 

hasNext

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

next

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

remove

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


Copyright © 2001-2005 Codehaus. All Rights Reserved.