org.jaxen.util
Class LinkedIterator

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

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

public class LinkedIterator
extends java.lang.Object
implements java.util.Iterator


Field Summary
private  int cur
          Deprecated.  
private  java.util.List iterators
          Deprecated.  
 
Constructor Summary
LinkedIterator()
          Deprecated.  
 
Method Summary
 void addIterator(java.util.Iterator i)
          Deprecated.  
 boolean hasNext()
          Deprecated.  
 java.lang.Object next()
          Deprecated.  
 void remove()
          Deprecated. This operation is not supported.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iterators

private java.util.List iterators
Deprecated. 

cur

private int cur
Deprecated. 
Constructor Detail

LinkedIterator

public LinkedIterator()
Deprecated. 
Method Detail

addIterator

public void addIterator(java.util.Iterator i)
Deprecated. 

hasNext

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

next

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

remove

public void remove()
Deprecated. 
This operation is not supported.

Specified by:
remove in interface java.util.Iterator
Throws:
java.lang.UnsupportedOperationException