Package org.opentrafficsim.base
Class TimeStampedObject<C>
java.lang.Object
org.opentrafficsim.base.TimeStampedObject<C>
- Type Parameters:
C
- the time stamped object class.
- All Implemented Interfaces:
Serializable
An object with a time stamp, where the object is of a specific class.
Copyright (c) 2013-2023 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Author:
- Alexander Verbraeck, Peter Knoppers
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTimeStampedObject
(C object, Time timestamp) Construct a new TimeStampedObject. -
Method Summary
-
Constructor Details
-
TimeStampedObject
Construct a new TimeStampedObject.- Parameters:
object
- C; the object.timestamp
- Time; the time stamp.
-
-
Method Details