public interface RelativeAccessByEventNIndex
Modifier and Type | Method and Description |
---|---|
EventBean |
getRelativeToEnd(int index) |
EventBean |
getRelativeToEvent(EventBean theEvent,
int index)
Returns the prior event to the given event counting back the number of events as supplied by index.
|
java.util.Iterator<EventBean> |
getWindowToEvent() |
java.util.Collection<EventBean> |
getWindowToEventCollReadOnly() |
int |
getWindowToEventCount() |
EventBean getRelativeToEvent(EventBean theEvent, int index)
theEvent
- is the event to count back fromindex
- is the number of events to go backEventBean getRelativeToEnd(int index)
java.util.Iterator<EventBean> getWindowToEvent()
java.util.Collection<EventBean> getWindowToEventCollReadOnly()
int getWindowToEventCount()