Class InterpolatingIntIntSampler

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

public class InterpolatingIntIntSampler
extends java.lang.Object
implements java.util.function.IntUnaryOperator
  • Constructor Summary

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

    Modifier and Type Method Description
    int applyAsInt​(int input)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.IntUnaryOperator

    andThen, compose
  • Constructor Details

    • InterpolatingIntIntSampler

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

    • applyAsInt

      public int applyAsInt​(int input)
      Specified by:
      applyAsInt in interface java.util.function.IntUnaryOperator