Interface InterpolationLibrary.InterpolationStrategy<KEY extends Number,VALUE>
-
- Enclosing class:
- InterpolationLibrary
public static interface InterpolationLibrary.InterpolationStrategy<KEY extends Number,VALUE>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VALUEinterpolate(KEY prevKey, VALUE prevValue, KEY nextKey, VALUE nextValue, double ratio)
-