public abstract class ConstNumberSource extends ValueSource
ConstNumberSource
is the base class for all constant numbersConstructor and Description |
---|
ConstNumberSource() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
getBool() |
abstract double |
getDouble() |
abstract float |
getFloat() |
abstract int |
getInt() |
abstract long |
getLong() |
abstract Number |
getNumber() |
asDoubleValuesSource, asLongValuesSource, createWeight, description, equals, fromDoubleValuesSource, getSortField, getValues, hashCode, newContext, toString
public abstract int getInt()
public abstract long getLong()
public abstract float getFloat()
public abstract double getDouble()
public abstract Number getNumber()
public abstract boolean getBool()
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.