Package | Description |
---|---|
com.espertech.esper.collection |
Internal collection classes
|
Modifier and Type | Method and Description |
---|---|
Map<EventBean,TimeWindowPair> |
TimeWindow.getReverseIndex()
Returns the reverse index, for testing purposes.
|
ArrayDeque<TimeWindowPair> |
TimeWindow.getWindow() |
Modifier and Type | Method and Description |
---|---|
void |
TimeWindow.setReverseIndex(Map<EventBean,TimeWindowPair> reverseIndex) |
void |
TimeWindow.setWindow(ArrayDeque<TimeWindowPair> window,
int size) |
Constructor and Description |
---|
TimeWindowIterator(ArrayDeque<TimeWindowPair> window)
Ctor.
|