类 UnknownLongValue

    • 构造器详细资料

      • UnknownLongValue

        public UnknownLongValue()
    • 方法详细资料

      • multiply

        public LongValue multiply​(LongValue other)
                           throws java.lang.ArithmeticException
        从类复制的说明: LongValue
        Returns the product of this LongValue and the given LongValue.
        覆盖:
        multiply 在类中 LongValue
        抛出:
        java.lang.ArithmeticException
      • divide

        public LongValue divide​(LongValue other)
                         throws java.lang.ArithmeticException
        从类复制的说明: LongValue
        Returns the quotient of this LongValue and the given LongValue.
        覆盖:
        divide 在类中 LongValue
        抛出:
        java.lang.ArithmeticException
      • divideOf

        public LongValue divideOf​(LongValue other)
                           throws java.lang.ArithmeticException
        从类复制的说明: LongValue
        Returns the quotient of the given LongValue and this LongValue.
        覆盖:
        divideOf 在类中 LongValue
        抛出:
        java.lang.ArithmeticException
      • remainder

        public LongValue remainder​(LongValue other)
                            throws java.lang.ArithmeticException
        从类复制的说明: LongValue
        Returns the remainder of this LongValue divided by the given LongValue.
        覆盖:
        remainder 在类中 LongValue
        抛出:
        java.lang.ArithmeticException
      • remainderOf

        public LongValue remainderOf​(LongValue other)
                              throws java.lang.ArithmeticException
        从类复制的说明: LongValue
        Returns the remainder of the given LongValue divided by this LongValue.
        覆盖:
        remainderOf 在类中 LongValue
        抛出:
        java.lang.ArithmeticException
      • compare

        public IntegerValue compare​(LongValue other)
        从类复制的说明: LongValue
        Returns an IntegerValue with value -1, 0, or 1, if this LongValue is less than, equal to, or greater than the given LongValue, respectively.
        覆盖:
        compare 在类中 LongValue
      • equals

        public boolean equals​(java.lang.Object object)
        覆盖:
        equals 在类中 java.lang.Object
      • hashCode

        public int hashCode()
        覆盖:
        hashCode 在类中 java.lang.Object
      • toString

        public java.lang.String toString()
        覆盖:
        toString 在类中 java.lang.Object