org.crsh.util
Class TimestampedObject<T>
java.lang.Object
org.crsh.util.TimestampedObject<T>
public class TimestampedObject<T>
- extends Object
- Version:
- $Revision$
- Author:
- Julien Viet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimestampedObject
public TimestampedObject(long timestamp,
T object)
getTimestamp
public long getTimestamp()
getObject
public T getObject()
Copyright © 2011 eXo Platform SAS. All Rights Reserved.