Constructor and Description |
---|
LogicalTimestamp(long value) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Timestamp o) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
long |
value()
Returns the sequence value.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
isNewerThan, isOlderThan
public int compareTo(Timestamp o)
compareTo
in interface java.lang.Comparable<Timestamp>
public int hashCode()
public boolean equals(java.lang.Object obj)
public java.lang.String toString()
toString
in class java.lang.Object
public long value()