Class ScriptHeuristic.LongAccessor
- java.lang.Object
-
- java.lang.Number
-
- org.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic.LongAccessor
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ScriptHeuristic
public final class ScriptHeuristic.LongAccessor extends Number
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description longvalue
-
Constructor Summary
Constructors Constructor Description LongAccessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doubledoubleValue()floatfloatValue()intintValue()longlongValue()StringtoString()-
Methods inherited from class java.lang.Number
byteValue, shortValue
-
-
-
-
Method Detail
-
floatValue
public float floatValue()
- Specified by:
floatValuein classNumber
-
doubleValue
public double doubleValue()
- Specified by:
doubleValuein classNumber
-
-