public class Later extends Object implements AuxPointStrategy
| Constructor and Description |
|---|
Later() |
| Modifier and Type | Method and Description |
|---|---|
AuxPoint |
getPointFromTreeSet(TreeSet<AuxPoint> set,
ZonedDateTime eventTimeStamp)
Returns the AuxPoint which is later or equal to the given time stamp if it exists.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitClosest, Earlier, Laterpublic AuxPoint getPointFromTreeSet(TreeSet<AuxPoint> set, ZonedDateTime eventTimeStamp)
getPointFromTreeSet in interface AuxPointStrategyset - the set from which to get the pointseventTimeStamp - the timestamp for which you want the auxiliary dataCopyright © 2019. All rights reserved.