- java.lang.Object
-
- java.lang.Number
-
- org.arakhne.afc.attrs.attr.Timestamp
-
- All Implemented Interfaces:
Serializable
class Timestamp extends Number
Container of timestamp.- Version:
- 17.0 2020-01-04 14:41:51
- Author:
- Stéphane GALLAND
- Maven Group Id:
- org.arakhne.afc.advanced
- Maven Artifact Id:
- attributes
-
-
Constructor Summary
Constructors Constructor Description Timestamp(long time)Construct.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doubledoubleValue()booleanequals(Object obj)floatfloatValue()inthashCode()intintValue()longlongValue()StringtoString()-
Methods inherited from class java.lang.Number
byteValue, shortValue
-
-
-
-
Method Detail
-
doubleValue
@Pure public double doubleValue()
- Specified by:
doubleValuein classNumber
-
floatValue
@Pure public float floatValue()
- Specified by:
floatValuein classNumber
-
-