Package org.onosproject.store.flow.impl
Class Timestamped<T>
- java.lang.Object
-
- org.onosproject.store.flow.impl.Timestamped<T>
-
public class Timestamped<T> extends java.lang.ObjectTimestamped value.
-
-
Constructor Summary
Constructors Constructor Description Timestamped(T value, org.onosproject.store.LogicalTimestamp timestamp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.onosproject.store.LogicalTimestamptimestamp()Returns the timestamp.Tvalue()Returns the value.
-