Class CypherLong


  • public final class CypherLong
    extends CypherNumber
    Driver传输Long类型的对象。
    • Method Detail

      • value

        public long value()
      • longValue

        public long longValue()
        Description copied from class: CypherNumber
        获取long类型的对象值。
        Specified by:
        longValue in class CypherNumber
        Returns:
        long类型的对象值。
      • doubleValue

        public double doubleValue()
        Description copied from class: CypherNumber
        获取double类型的对象值。
        Specified by:
        doubleValue in class CypherNumber
        Returns:
        double类型的对象值。