org.jaxen.util
public class LinkedIterator extends Object implements Iterator
Deprecated: This class is undocumented and untested. It will be removed in a future release.
| Field Summary | |
|---|---|
| int | cur |
| List | iterators |
| Constructor Summary | |
|---|---|
| LinkedIterator() | |
| Method Summary | |
|---|---|
| void | addIterator(Iterator i) |
| boolean | hasNext() |
| Object | next() |
| void | remove()
This operation is not supported.
|
Throws: UnsupportedOperationException