|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OrderedEventCollection
Interface that marks a an ordered event collection.
Method Summary | |
---|---|
Object |
get(long index)
Gets the data at an index. |
long |
getFirstIndex()
Returns the lower bound of valid index values. |
long |
getLastIndex()
Returns the upper bound of valid index values. |
int |
getSize()
Returns the size of the collection. |
Iterator |
iterator(long startIndex,
long endIndex)
Creates an iterator for a range of ordered data. |
Methods inherited from interface net.esper.view.EventCollection |
---|
getEventType, iterator |
Method Detail |
---|
Object get(long index)
index
- to get data at
long getFirstIndex()
long getLastIndex()
int getSize()
Iterator iterator(long startIndex, long endIndex)
startIndex
- is the lower boundendIndex
- is the upper bound
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |