public class SafeIteratorNull<E> extends java.lang.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() |
public static final SafeIterator<EventBean> NULL_EVENT_ITER
public boolean hasNext()
hasNext
in interface java.util.Iterator<E>
public void close()
SafeIterator
close
in interface SafeIterator<E>
public void remove()
remove
in interface java.util.Iterator<E>