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.
public class LinkedIterator
- extends Object
- implements Iterator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinkedIterator
public LinkedIterator()
- Deprecated.
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.
- This operation is not supported.
- Specified by:
remove
in interface Iterator
- Throws:
UnsupportedOperationException
Copyright © 2001-2007 Codehaus. All Rights Reserved.