public class SafeIteratorImpl<E> extends Object implements com.espertech.esper.common.client.util.SafeIterator<E>
Constructor and Description |
---|
SafeIteratorImpl(com.espertech.esper.common.internal.context.util.StatementAgentInstanceLock iteratorLock,
Iterator<E> underlying)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
hasNext() |
E |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public void close()
close
in interface com.espertech.esper.common.client.util.SafeIterator<E>
Copyright © 2005–2018. All rights reserved.