|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AggregationStateLinear
Method Summary | |
---|---|
java.util.Collection<EventBean> |
collectionReadOnly()
Returns all events for the group. |
EventBean |
getFirstNthValue(int index)
Counting from the first element to the last, returns the oldest (first) value entered for index zero and the n-th oldest value for index N. |
EventBean |
getFirstValue()
Returns the first (oldest) value entered. |
EventBean |
getLastNthValue(int index)
Counting from the last element to the first, returns the newest (last) value entered for index zero and the n-th newest value for index N. |
EventBean |
getLastValue()
Returns the newest (last) value entered. |
java.util.Iterator<EventBean> |
iterator()
Returns all events for the group. |
int |
size()
Returns the number of events in the group. |
Method Detail |
---|
EventBean getFirstValue()
EventBean getLastValue()
EventBean getFirstNthValue(int index)
index
- index
EventBean getLastNthValue(int index)
index
- index
java.util.Iterator<EventBean> iterator()
java.util.Collection<EventBean> collectionReadOnly()
int size()
|
© 2006-2015 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 |