@Deprecated public class DeciderIterator<T> extends Object implements Iterator<T>
Modifier and Type | Field and Description |
---|---|
protected DeciderIF<T> |
decider
Deprecated.
|
protected boolean |
done
Deprecated.
|
protected Iterator<T> |
iterator
Deprecated.
|
protected T |
next
Deprecated.
|
Constructor and Description |
---|
DeciderIterator(DeciderIF<T> decider,
Iterator<T> iterator)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
findNext()
Deprecated.
|
boolean |
hasNext()
Deprecated.
|
T |
next()
Deprecated.
|
void |
remove()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected boolean done
protected T next