@Deprecated
class NoOpIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>
| Constructor and Description |
|---|
NoOpIterator()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Deprecated.
No-op
|
T |
next()
Deprecated.
No-op
|
void |
remove()
Deprecated.
No-op
|