Class DiscreteIntLongSampler

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

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

    Constructors 
    Constructor Description
    DiscreteIntLongSampler​(java.util.function.DoubleToIntFunction parentFunc, 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

    • DiscreteIntLongSampler

      public DiscreteIntLongSampler​(java.util.function.DoubleToIntFunction parentFunc, boolean hash)
  • Method Details

    • applyAsLong

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