public class SecondsSinceMidnight extends Number
| Constructor and Description |
|---|
SecondsSinceMidnight(long seconds) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SecondsSinceMidnight that) |
double |
doubleValue() |
boolean |
equals(Object object) |
float |
floatValue() |
long |
getSeconds() |
int |
hashCode() |
int |
intValue() |
long |
longValue() |
static SecondsSinceMidnight |
parse(String string) |
byteValue, shortValuepublic int compareTo(SecondsSinceMidnight that)
public long getSeconds()
public static SecondsSinceMidnight parse(String string)
public float floatValue()
floatValue in class Numberpublic double doubleValue()
doubleValue in class NumberCopyright © 2018. All rights reserved.