类 CompositeIntegerValue

    • 构造器详细资料

      • CompositeIntegerValue

        public CompositeIntegerValue​(IntegerValue integerValue1,
                                     byte operation,
                                     IntegerValue integerValue2)
        Creates a new composite integer value of the two given integer values and the given operation.
    • 方法详细资料

      • toString

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