Class DiscreteLongIntSampler

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

    public class DiscreteLongIntSampler
    extends java.lang.Object
    implements java.util.function.LongToIntFunction
    • Constructor Summary

      Constructors 
      Constructor Description
      DiscreteLongIntSampler​(java.util.function.DoubleToIntFunction parentFunc, boolean hash)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int applyAsInt​(long value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DiscreteLongIntSampler

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

      • applyAsInt

        public int applyAsInt​(long value)
        Specified by:
        applyAsInt in interface java.util.function.LongToIntFunction