public class IntToIntDiscreteCurve extends Object implements IntUnaryOperator
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPUTE |
static String |
HASH |
static String |
INTERPOLATE |
static String |
MAP |
| Constructor and Description |
|---|
IntToIntDiscreteCurve(org.apache.commons.statistics.distribution.DiscreteDistribution distribution,
String... modslist) |
| Modifier and Type | Method and Description |
|---|---|
int |
applyAsInt(int operand) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic static final String COMPUTE
public static final String INTERPOLATE
public static final String MAP
public static final String HASH
public IntToIntDiscreteCurve(org.apache.commons.statistics.distribution.DiscreteDistribution distribution,
String... modslist)
public int applyAsInt(int operand)
applyAsInt in interface IntUnaryOperatorCopyright © 2018. All rights reserved.