Interface InterpolationLibrary.InterpolationStrategy<KEY extends Number,​VALUE>

  • Enclosing class:
    InterpolationLibrary

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

      • interpolate

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