S - Type of the data.public static class TimeSpanMap.Transition<S> extends Object implements TimeStamped
This data type is dual to TimeSpanMap.Span, it is
focused on one transition date, and gives access to
surrounding valid data whereas TimeSpanMap.Span is focused
on one valid data, and gives access to surrounding
transition dates.
| Modifier and Type | Method and Description |
|---|---|
S |
getAfter()
Get the entry valid after transition.
|
S |
getBefore()
Get the entry valid before transition.
|
AbsoluteDate |
getDate()
Get the transition date.
|
TimeSpanMap.Span<S> |
getSpanAfter()
Get the
TimeSpanMap.Span valid after transition. |
TimeSpanMap.Span<S> |
getSpanBefore()
Get the
TimeSpanMap.Span valid before transition. |
TimeSpanMap.Transition<S> |
next()
Get the next transition.
|
TimeSpanMap.Transition<S> |
previous()
Get the previous transition.
|
public AbsoluteDate getDate()
getDate in interface TimeStampedpublic TimeSpanMap.Transition<S> previous()
public TimeSpanMap.Transition<S> next()
public S getBefore()
getSpanBefore()public TimeSpanMap.Span<S> getSpanBefore()
TimeSpanMap.Span valid before transition.TimeSpanMap.Span valid before transitionpublic S getAfter()
getSpanAfter()public TimeSpanMap.Span<S> getSpanAfter()
TimeSpanMap.Span valid after transition.TimeSpanMap.Span valid after transitionCopyright © 2002-2022 CS GROUP. All rights reserved.