Class 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

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

      • DiscreteIntLongSampler

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

      • applyAsLong

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