类 CompositeLongValue


  • public final class CompositeLongValue
    extends SpecificLongValue
    This LongValue represents the result of a binary operation on two long values.
    • 构造器详细资料

      • CompositeLongValue

        public CompositeLongValue​(LongValue longValue1,
                                  byte operation,
                                  Value longValue2)
        Creates a new composite long value of the two given long values and the given operation.
    • 方法详细资料

      • toString

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