org.jaxen.util

Class LinkedIterator

public class LinkedIterator extends Object implements Iterator

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

Field Summary
intcur
Listiterators
Constructor Summary
LinkedIterator()
Method Summary
voidaddIterator(Iterator i)
booleanhasNext()
Objectnext()
voidremove()
This operation is not supported.

Field Detail

cur

private int cur

iterators

private List iterators

Constructor Detail

LinkedIterator

public LinkedIterator()

Method Detail

addIterator

public void addIterator(Iterator i)

hasNext

public boolean hasNext()

next

public Object next()

remove

public void remove()
This operation is not supported.

Throws: UnsupportedOperationException