Package hec.data.timeSeriesText
Class TextTimeSeries<T extends TextTimeSeriesRow>
java.lang.Object
hec.data.timeSeriesText.TextTimeSeries<T>
- All Implemented Interfaces:
CachedTimeSeries
@Deprecated(forRemoval=true)
public class TextTimeSeries<T extends TextTimeSeriesRow>
extends Object
implements CachedTimeSeries
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.TextTimeSeries
(ITimeSeriesDescription timeSeriesDescription) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.copy()
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.getTextTimeSeriesSubMap
(Date startTime, boolean startInclusive, Date endTime, boolean endInclusive) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.void
mergeData
(NavigableMap<DateDateKey, T> incomingData) Deprecated, for removal: This API element is subject to removal in a future version.void
setTimeSeriesDescription
(ITimeSeriesDescription timeSeriesDescription) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
TextTimeSeries
public TextTimeSeries()Deprecated, for removal: This API element is subject to removal in a future version. -
TextTimeSeries
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getTimeSeriesDescription
Deprecated, for removal: This API element is subject to removal in a future version. -
setTimeSeriesDescription
Deprecated, for removal: This API element is subject to removal in a future version. -
add
Deprecated, for removal: This API element is subject to removal in a future version. -
getTextTimeSeriesMap
Deprecated, for removal: This API element is subject to removal in a future version. -
getTextTimeSeriesSubMap
public NavigableMap<DateDateKey,T> getTextTimeSeriesSubMap(Date startTime, boolean startInclusive, Date endTime, boolean endInclusive) Deprecated, for removal: This API element is subject to removal in a future version. -
copy
Deprecated, for removal: This API element is subject to removal in a future version. -
copy
public TextTimeSeries<T> copy(Date startDate, boolean startInclusive, Date endDate, boolean endInclusive) Deprecated, for removal: This API element is subject to removal in a future version.
-
TextTimeSeries