public class LongToLongDiscreteCurve extends Object implements LongUnaryOperator
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPUTE |
static String |
HASH |
static String |
INTERPOLATE |
static String |
MAP |
| Constructor and Description |
|---|
LongToLongDiscreteCurve(org.apache.commons.statistics.distribution.DiscreteDistribution distribution,
String... modslist) |
| Modifier and Type | Method and Description |
|---|---|
long |
applyAsLong(long 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 LongToLongDiscreteCurve(org.apache.commons.statistics.distribution.DiscreteDistribution distribution,
String... modslist)
public long applyAsLong(long operand)
applyAsLong in interface LongUnaryOperatorCopyright © 2018. All rights reserved.