Class Timestamped<T>


  • public class Timestamped<T>
    extends Object
    Timestamped value.
    • Constructor Detail

      • Timestamped

        public Timestamped​(T value,
                           org.onosproject.store.LogicalTimestamp timestamp)
    • Method Detail

      • value

        public T value()
        Returns the value.
        Returns:
        the value
      • timestamp

        public org.onosproject.store.LogicalTimestamp timestamp()
        Returns the timestamp.
        Returns:
        the timestamp