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 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.
|
public AbsoluteDate getDate()
getDate
in interface TimeStamped
public S getBefore()
public S getAfter()
Copyright © 2002-2021 CS GROUP. All rights reserved.