Package hec.data.timeSeriesText
Class DateDateKey
java.lang.Object
hec.data.timeSeriesText.DateDateKey
- All Implemented Interfaces:
Comparable<DateDateKey>
@Deprecated(forRemoval=true)
public class DateDateKey
extends Object
implements Comparable<DateDateKey>
Deprecated, for removal: This API element is subject to removal in a future version.
This class is marked for removal and should not be used.
Update to use hec-nucleus data types instead
-
Constructor Summary
ConstructorsConstructorDescriptionDateDateKey
(DateDateKey key) Deprecated, for removal: This API element is subject to removal in a future version.DateDateKey
(Date dateTime, Date dataEntryDate) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionint
Deprecated, for removal: This API element is subject to removal in a future version.boolean
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.int
hashCode()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
DateDateKey
Deprecated, for removal: This API element is subject to removal in a future version. -
DateDateKey
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getDateTime
Deprecated, for removal: This API element is subject to removal in a future version. -
getDataEntryDate
Deprecated, for removal: This API element is subject to removal in a future version. -
hashCode
public int hashCode()Deprecated, for removal: This API element is subject to removal in a future version. -
equals
Deprecated, for removal: This API element is subject to removal in a future version. -
compareTo
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
compareTo
in interfaceComparable<DateDateKey>
-