@Deprecated public class IteratorChain<E> extends Object implements Iterator<E>
Constructor and Description |
---|
IteratorChain()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addIterator(Iterator<E> it)
Deprecated.
|
boolean |
hasNext()
Deprecated.
|
E |
next()
Deprecated.
hasNext() must ALWAYS be called before calling this
otherwise it's a bit hard to keep track of what's happening
|
void |
remove()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public E next()
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.