Package org.onebusaway.utility
-
Interface Summary Interface Description InterpolationStrategy<KEY extends Number,VALUE> Defines an interpolation strategy for key-value pairs of arbitrary type. -
Class Summary Class Description DateLibrary Contains a number of convenience methods forDate
manipulationInterpolationLibrary Generic methods to support interpolation of values against a sorted key-value map given a new target key.IOLibrary ObjectSerializationLibrary Convenience methods for serializing objects to and from streams and files.TransitInterpolationLibrary Transit-specific methods to support searching for deviations (produced from real-time predictions) for a given stop. -
Enum Summary Enum Description EInRangeStrategy Defines the strategy to use when interpolating a key that is inside the key range of the key-value mapEOutOfRangeStrategy Defines the strategy to use when interpolating a key that is outside the key range of the key-value map