Package org.jaxen.util
Class LinkedIterator
- java.lang.Object
-
- org.jaxen.util.LinkedIterator
-
-
Constructor Summary
Constructors Constructor Description LinkedIterator()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddIterator(Iterator i)Deprecated.booleanhasNext()Deprecated.Objectnext()Deprecated.voidremove()Deprecated.This operation is not supported.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Method Detail
-
addIterator
public void addIterator(Iterator i)
Deprecated.
-
remove
public void remove()
Deprecated.This operation is not supported.- Specified by:
removein interfaceIterator- Throws:
UnsupportedOperationException
-
-