public final class TimeT extends Number
| Modifier and Type | Class and Description |
|---|---|
static class |
TimeT.timeval |
static class |
TimeT.timeval_customizer |
| Modifier and Type | Field and Description |
|---|---|
static int |
SIZE |
| Constructor and Description |
|---|
TimeT(long value) |
| Modifier and Type | Method and Description |
|---|---|
int |
byteSize()
Size in bytes of this integral type.
|
double |
doubleValue() |
boolean |
equals(Object o) |
float |
floatValue() |
int |
hashCode() |
int |
intValue() |
long |
longValue() |
static int |
safeIntCast(long value) |
Date |
toDate() |
String |
toString() |
static TimeT |
valueOf(Date value) |
static TimeT |
valueOf(long value) |
byteValue, shortValuepublic static final int SIZE
public TimeT(long value)
public int byteSize()
public static int safeIntCast(long value)
public float floatValue()
floatValue in class Numberpublic double doubleValue()
doubleValue in class NumberCopyright © 2009-2015. All Rights Reserved.