Package org.jaxen.util
Class LinkedIterator
java.lang.Object
org.jaxen.util.LinkedIterator
- All Implemented Interfaces:
Iterator
Deprecated.
This class is undocumented and untested.
It will be removed in a future release.
-
Field Details
-
iterators
Deprecated. -
cur
private int curDeprecated.
-
-
Constructor Details
-
LinkedIterator
public LinkedIterator()Deprecated.
-
-
Method Details
-
addIterator
Deprecated. -
hasNext
public boolean hasNext()Deprecated. -
next
Deprecated. -
remove
public void remove()Deprecated.This operation is not supported.- Specified by:
remove
in interfaceIterator
- Throws:
UnsupportedOperationException
-