public abstract class ConstNumberSource extends ValueSource
ConstNumberSource is the base class for all constant numbers| Constructor and Description |
|---|
ConstNumberSource() |
| Modifier and Type | Method and Description |
|---|---|
abstract double |
getDouble() |
abstract float |
getFloat() |
abstract int |
getInt() |
abstract long |
getLong() |
abstract Number |
getNumber() |
createWeight, description, equals, getSortField, getValues, getValues, hashCode, newContext, toStringpublic abstract int getInt()
public abstract long getLong()
public abstract float getFloat()
public abstract double getDouble()
public abstract Number getNumber()