C - the time stamped object class.public class TimeStampedObject<C> extends Object implements Serializable
 Copyright (c) 2013-2018 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved. 
 BSD-style license. See OpenTrafficSim License.
 
| Constructor and Description | 
|---|
TimeStampedObject(C object,
                 Time timestamp)
Construct a new TimeStampedObject. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
C | 
getObject()
Retrieve the object. 
 | 
Time | 
getTimestamp()
Retrieve the time stamp. 
 | 
String | 
toString() | 
Copyright © 2014–2018 Delft University of Technology. All rights reserved.