Class InterpolatingIntLongSampler

java.lang.Object
io.nosqlbench.virtdata.library.curves4.discrete.common.InterpolatingIntLongSampler
All Implemented Interfaces:
java.util.function.IntToLongFunction

public class InterpolatingIntLongSampler
extends java.lang.Object
implements java.util.function.IntToLongFunction
  • Constructor Summary

    Constructors 
    Constructor Description
    InterpolatingIntLongSampler​(java.util.function.DoubleToIntFunction icdSource, int resolution, boolean hash)  
  • Method Summary

    Modifier and Type Method Description
    long applyAsLong​(int input)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • InterpolatingIntLongSampler

      public InterpolatingIntLongSampler​(java.util.function.DoubleToIntFunction icdSource, int resolution, boolean hash)
  • Method Details

    • applyAsLong

      public long applyAsLong​(int input)
      Specified by:
      applyAsLong in interface java.util.function.IntToLongFunction