public class TimestampedObject<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
private T |
object
.
|
private long |
timestamp
.
|
| Constructor and Description |
|---|
TimestampedObject(long timestamp,
T object) |
public TimestampedObject(long timestamp, T object)
public long getTimestamp()
Copyright © 2015 eXo Platform SAS. All Rights Reserved.