public class SafeIteratorNull<E> extends Object implements SafeIterator<E>
Modifier and Type | Field and Description |
---|---|
static SafeIterator<EventBean> |
NULL_EVENT_ITER |
Constructor and Description |
---|
SafeIteratorNull()
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the safe itertor, releasing locks.
|
boolean |
hasNext() |
E |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public static final SafeIterator<EventBean> NULL_EVENT_ITER
public void close()
SafeIterator
close
in interface SafeIterator<E>