|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.eql.join.table.UnindexedEventTableList
public class UnindexedEventTableList
Simple table of events without an index, based on a List implementation rather then a set since we know there cannot be duplicates (such as a poll returning individual rows).
Constructor Summary | |
---|---|
UnindexedEventTableList(List<EventBean> eventSet)
Ctor. |
Method Summary | |
---|---|
void |
add(EventBean[] addEvents)
Add events to table. |
void |
clear()
Clear out index. |
boolean |
isEmpty()
Returns true if the index is empty, or false if not |
Iterator<EventBean> |
iterator()
Returns an iterator over events in the table. |
void |
remove(EventBean[] removeEvents)
Remove events from table. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UnindexedEventTableList(List<EventBean> eventSet)
eventSet
- is a list initializing the tableMethod Detail |
---|
public void add(EventBean[] addEvents)
EventTable
add
in interface EventTable
addEvents
- to addpublic void remove(EventBean[] removeEvents)
EventTable
remove
in interface EventTable
removeEvents
- to removepublic Iterator<EventBean> iterator()
EventTable
iterator
in interface EventTable
public boolean isEmpty()
EventTable
isEmpty
in interface EventTable
public String toString()
toString
in class Object
public void clear()
EventTable
clear
in interface EventTable
|
© 2007 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 |