java.util.Iterator<K>
public class EmptyIterator<K>
extends java.lang.Object
implements java.util.Iterator<K>
Modifier and Type | Field | Description |
---|---|---|
static java.util.Iterator |
INSTANCE |
|
static java.util.Iterator<java.lang.String> |
STRINSTANCE |
Modifier and Type | Method | Description |
---|---|---|
boolean |
hasNext() |
|
K |
next() |
|
void |
remove() |