Class IntToIntDiscreteCurve

    • 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  
    • Method Summary

      Modifier and Type Method Description
      int applyAsInt​(int operand)  
      • 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.IntUnaryOperator

        andThen, compose
    • Constructor Detail

      • IntToIntDiscreteCurve

        public IntToIntDiscreteCurve​(DiscreteDistribution distribution,
                                     java.lang.String... modslist)
    • Method Detail

      • applyAsInt

        public int applyAsInt​(int operand)
        Specified by:
        applyAsInt in interface java.util.function.IntUnaryOperator