Uses of Interface
org.onebusaway.gtfs_transformer.updates.InterpolationLibrary.InterpolationStrategy
-
Packages that use InterpolationLibrary.InterpolationStrategy Package Description org.onebusaway.gtfs_transformer.updates -
-
Uses of InterpolationLibrary.InterpolationStrategy in org.onebusaway.gtfs_transformer.updates
Methods in org.onebusaway.gtfs_transformer.updates with parameters of type InterpolationLibrary.InterpolationStrategy Modifier and Type Method Description static <KEY extends Number,VALUE,ANY_KEY extends KEY,ANY_VALUE extends VALUE>
VALUEInterpolationLibrary. interpolate(InterpolationLibrary.InterpolationStrategy<KEY,VALUE> interpolationStrategy, InterpolationLibrary.EOutOfRangeStrategy outOfRangeStrategy, SortedMap<ANY_KEY,ANY_VALUE> values, ANY_KEY target)Given aSortedMapwith key-values that of arbitrary type and aInterpolationLibrary.InterpolationStrategyto define interpolation over those types, interpolate a value for a target key within the key-range of the map.
-