Class InterpolatingLongLongSampler

  • All Implemented Interfaces:
    java.util.function.LongUnaryOperator

    public class InterpolatingLongLongSampler
    extends java.lang.Object
    implements java.util.function.LongUnaryOperator
    • Constructor Summary

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

      Modifier and Type Method Description
      long applyAsLong​(long value)  
      • 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.LongUnaryOperator

        andThen, compose
    • Constructor Detail

      • InterpolatingLongLongSampler

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

      • applyAsLong

        public long applyAsLong​(long value)
        Specified by:
        applyAsLong in interface java.util.function.LongUnaryOperator