E
- typepublic class EventQueryIterator<E> extends Object implements Iterator
EventQueryIterator.java
implements java.util.Iterator,
and is an alternative way of retrieving, updating and deleting XEP
events (the same task can be also achieved by direct use of
EventQuery.java
methods).Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Returns true if there is more elements.
|
E |
next()
Gets the next element.
|
void |
remove()
Deletes the last element returned by next.
|
void |
set(E object)
Replaces the last element returned by next with the given object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public final boolean hasNext()
public final void remove()
public final void set(E object)
object
- object to replace the current object© 2024 InterSystems Corporation, Cambridge, MA. All rights reserved. Privacy & Terms Guarantee Accessibility