TimestampedData<E> constructor
TimestampedData<E> (
- int modificationTime,
- E data
Initialize a newly created holder to associate the given data
with the
given modificationTime
.
Implementation
TimestampedData(this.modificationTime, this.data);