java.util.Iterator
public class EmptyIterator
extends java.lang.Object
implements java.util.Iterator
Modifier and Type | Field | Description |
---|---|---|
static EmptyIterator |
emptyIterator |
Constructor | Description |
---|---|
EmptyIterator() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
hasNext() |
|
java.lang.Object |
next() |
|
void |
remove() |
public static final EmptyIterator emptyIterator