| Interface | Description |
|---|---|
| AuxPointStrategy |
An AuxPointStrategy defines which point from a given TreeSet should be returned.
|
| Class | Description |
|---|---|
| Closest |
Returns the closest (in time) AuxPoint found in the TreeSet that is not null.
|
| Earlier |
Returns the AuxPoint which is earlier or equal to the given time stamp if it exists.
|
| Later |
Returns the AuxPoint which is later or equal to the given time stamp if it exists.
|
Copyright © 2019. All rights reserved.