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