Interface InterpolationStrategy<KEY extends Number,​VALUE>

    • Method Detail

      • interpolate

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