public class IntToLongDiscreteCurve extends Object implements IntToLongFunction
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPUTE |
static String |
HASH |
static String |
INTERPOLATE |
static String |
MAP |
| Constructor and Description |
|---|
IntToLongDiscreteCurve(org.apache.commons.statistics.distribution.DiscreteDistribution distribution,
String... modslist) |
| Modifier and Type | Method and Description |
|---|---|
long |
applyAsLong(int value) |
public static final String COMPUTE
public static final String INTERPOLATE
public static final String MAP
public static final String HASH
public IntToLongDiscreteCurve(org.apache.commons.statistics.distribution.DiscreteDistribution distribution,
String... modslist)
public long applyAsLong(int value)
applyAsLong in interface IntToLongFunctionCopyright © 2018. All rights reserved.