E - the type of the empty iteratorprivate static class ThreadContext.EmptyIterator<E>
extends java.lang.Object
implements java.util.Iterator<E>
| Modifier | Constructor and Description |
|---|---|
private |
EmptyIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
E |
next() |
void |
remove() |