Class 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

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • InterpolatingIntIntSampler

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

      • applyAsInt

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