public class Timestamped<T>
extends java.lang.Object
| Constructor and Description |
|---|
Timestamped(T value,
org.onosproject.store.LogicalTimestamp timestamp) |
| Modifier and Type | Method and Description |
|---|---|
org.onosproject.store.LogicalTimestamp |
timestamp()
Returns the timestamp.
|
T |
value()
Returns the value.
|