Package org.jpmml.evaluator
Interface Numbers
-
public interface Numbers
-
-
Field Summary
Fields Modifier and Type Field Description static com.google.common.collect.Interner<Double>DOUBLE_INTERNERstatic DoubleDOUBLE_MINUS_ONEstatic DoubleDOUBLE_MINUS_TWOstatic DoubleDOUBLE_ONEstatic DoubleDOUBLE_ONE_HALFstatic DoubleDOUBLE_TWOstatic DoubleDOUBLE_ZEROstatic com.google.common.collect.Interner<Float>FLOAT_INTERNERstatic FloatFLOAT_MINUS_ONEstatic FloatFLOAT_ONEstatic FloatFLOAT_ZEROstatic com.google.common.collect.Interner<Integer>INTEGER_INTERNERstatic IntegerINTEGER_ONEstatic IntegerINTEGER_ZERO
-
-
-
Field Detail
-
INTEGER_ZERO
static final Integer INTEGER_ZERO
-
INTEGER_ONE
static final Integer INTEGER_ONE
-
FLOAT_MINUS_ONE
static final Float FLOAT_MINUS_ONE
-
FLOAT_ZERO
static final Float FLOAT_ZERO
-
FLOAT_ONE
static final Float FLOAT_ONE
-
DOUBLE_MINUS_TWO
static final Double DOUBLE_MINUS_TWO
-
DOUBLE_MINUS_ONE
static final Double DOUBLE_MINUS_ONE
-
DOUBLE_ZERO
static final Double DOUBLE_ZERO
-
DOUBLE_ONE_HALF
static final Double DOUBLE_ONE_HALF
-
DOUBLE_ONE
static final Double DOUBLE_ONE
-
DOUBLE_TWO
static final Double DOUBLE_TWO
-
INTEGER_INTERNER
static final com.google.common.collect.Interner<Integer> INTEGER_INTERNER
-
FLOAT_INTERNER
static final com.google.common.collect.Interner<Float> FLOAT_INTERNER
-
DOUBLE_INTERNER
static final com.google.common.collect.Interner<Double> DOUBLE_INTERNER
-
-