Interface InterpolationLibrary.InterpolationStrategy<KEY extends Number,VALUE>

Enclosing class:
InterpolationLibrary

public static interface InterpolationLibrary.InterpolationStrategy<KEY extends Number,VALUE>
  • Method Summary

    Modifier and Type
    Method
    Description
    interpolate(KEY prevKey, VALUE prevValue, KEY nextKey, VALUE nextValue, double ratio)
     
  • Method Details

    • interpolate

      VALUE interpolate(KEY prevKey, VALUE prevValue, KEY nextKey, VALUE nextValue, double ratio)