|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EventTable
Table of events allowing add and remove. Lookup in table is coordinated through the underlying implementation.
Method Summary | |
---|---|
void |
add(EventBean[] events)
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[] events)
Remove events from table. |
Method Detail |
---|
void add(EventBean[] events)
events
- to addvoid remove(EventBean[] events)
events
- to removeIterator<EventBean> iterator()
boolean isEmpty()
void clear()
|
© 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 |