public class ListQuery extends Object implements Query
ListQuery(List<Event> events, String filter)
void
dispose()
List<Event>
getNext(long count)
boolean
hasMore()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ListQuery(List<Event> events, String filter) throws FilterParseException
FilterParseException
public List<Event> getNext(long count) throws Exception
getNext
Query
Exception
public boolean hasMore()
hasMore
public void dispose()
dispose