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