Uses of Interface
org.onebusaway.gtfs_transformer.updates.InterpolationLibrary.InterpolationStrategy
Packages that use InterpolationLibrary.InterpolationStrategy
-
Uses of InterpolationLibrary.InterpolationStrategy in org.onebusaway.gtfs_transformer.updates
Methods in org.onebusaway.gtfs_transformer.updates with parameters of type InterpolationLibrary.InterpolationStrategyModifier and TypeMethodDescriptionstatic <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.