| Modifier and Type | Method and Description |
|---|---|
static TimestampSymbol |
create(long timestamp)
Return the
TimestampSymbol for the specified timestamp. |
static TimestampSymbol |
create(Timestamp timestamp)
Return the
TimestampSymbol for the specified timestamp. |
boolean |
equals(Object obj) |
long |
getTimestamp()
Return the timestamp (in microseconds) associated with this Symbol.
|
int |
hashCode() |
static TimestampSymbol |
parse(String string)
Return the
TimestampSymbol that is parsed from string. |
String |
toString() |
public static TimestampSymbol create(Timestamp timestamp)
TimestampSymbol for the specified timestamp.timestamp - public static TimestampSymbol create(long timestamp)
TimestampSymbol for the specified timestamp.timestamp - public static TimestampSymbol parse(String string)
TimestampSymbol that is parsed from string.string - public long getTimestamp()