@Deprecated public class GrabberIterator<O,G> extends Object implements Iterator<G>
Modifier and Type | Field and Description |
---|---|
protected GrabberIF<O,G> |
grabber
Deprecated.
|
protected Iterator<O> |
iter
Deprecated.
|
Constructor and Description |
---|
GrabberIterator(Iterator<O> iter,
GrabberIF<O,G> grabber)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Deprecated.
|
G |
next()
Deprecated.
|
void |
remove()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining