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