Class CypherByte

  • All Implemented Interfaces:
    com.graphdbapi.memory.MemoryEstimable

    public final class CypherByte
    extends CypherNumber
    Driver传输Byte类型的对象。
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Byte asObjectCopy()  
      double doubleValue()
      获取double类型的对象值。
      long longValue()
      获取long类型的对象值。
      byte value()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • value

        public byte 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类型的对象值。