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