Package com.graphdbapi.values.storable
Class CypherDouble
- java.lang.Object
-
- com.graphdbapi.values.CypherAny
-
- com.graphdbapi.values.storable.CypherValue
-
- com.graphdbapi.values.storable.CypherNumber
-
- com.graphdbapi.values.storable.CypherDouble
-
public final class CypherDouble extends CypherNumber
Driver传输Double类型的对象。
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoubleasObjectCopy()doubledoubleValue()获取double类型的对象值。longlongValue()获取long类型的对象值。doublevalue()
-
-
-
Method Detail
-
value
public double value()
-
doubleValue
public double doubleValue()
Description copied from class:CypherNumber获取double类型的对象值。- Specified by:
doubleValuein classCypherNumber- Returns:
- double类型的对象值。
-
asObjectCopy
public Double asObjectCopy()
- Specified by:
asObjectCopyin classCypherValue
-
longValue
public long longValue()
Description copied from class:CypherNumber获取long类型的对象值。- Specified by:
longValuein classCypherNumber- Returns:
- long类型的对象值。
-
-