public class LinkedIterator extends Object implements Iterator
LinkedIterator()
void
addIterator(Iterator i)
boolean
hasNext()
Object
next()
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LinkedIterator()
public void addIterator(Iterator i)
public boolean hasNext()
hasNext
Iterator
public Object next()
next
public void remove()
remove
UnsupportedOperationException
Copyright © 2001-2013 Codehaus. All Rights Reserved.