S
- Type of the data.public static class TimeSpanMap.Span<S> extends Object
This data type is dual to TimeSpanMap.Transition
, it
is focused on one valid data, and gives access to
surrounding transition dates whereas TimeSpanMap.Transition
is focused on one transition date, and gives access to
surrounding valid data.
Modifier and Type | Method and Description |
---|---|
S |
getData()
Get the data valid during this time span.
|
AbsoluteDate |
getEnd()
Get the end of this time span.
|
AbsoluteDate |
getStart()
Get the start of this time span.
|
public S getData()
public AbsoluteDate getStart()
public AbsoluteDate getEnd()
Copyright © 2002-2021 CS GROUP. All rights reserved.