|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.collection.SafeIteratorNull<E>
public class SafeIteratorNull<E>
Field Summary | |
---|---|
static SafeIterator<EventBean> |
NULL_EVENT_ITER
|
Constructor Summary | |
---|---|
SafeIteratorNull()
Ctor. |
Method Summary | |
---|---|
void |
close()
Close the safe itertor, releasing locks. |
boolean |
hasNext()
|
E |
next()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final SafeIterator<EventBean> NULL_EVENT_ITER
Constructor Detail |
---|
public SafeIteratorNull()
Method Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator<E>
public E next()
next
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>
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |