public class LogicalTimestamp extends Object implements org.onosproject.store.Timestamp
LogicalTimestamps are ordered by their sequence values.
| Constructor and Description |
|---|
LogicalTimestamp(long value) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(org.onosproject.store.Timestamp o) |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
long |
value()
Returns the sequence value.
|
public int compareTo(org.onosproject.store.Timestamp o)
compareTo in interface Comparable<org.onosproject.store.Timestamp>public int hashCode()
public boolean equals(Object obj)
public long value()
Copyright © 2015. All rights reserved.