Class IntToLongDiscreteCurve

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String COMPUTE  
      static java.lang.String HASH  
      static java.lang.String INTERPOLATE  
      static java.lang.String MAP  
    • Constructor Summary

      Constructors 
      Constructor Description
      IntToLongDiscreteCurve​(org.apache.commons.statistics.distribution.DiscreteDistribution distribution, java.lang.String... modslist)  
    • Method Summary

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

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

      • IntToLongDiscreteCurve

        public IntToLongDiscreteCurve​(org.apache.commons.statistics.distribution.DiscreteDistribution distribution,
                                      java.lang.String... modslist)
    • Method Detail

      • applyAsLong

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