类 ConvertedLongValue


  • public final class ConvertedLongValue
    extends SpecificLongValue
    This LongValue represents a long value that is converted from another scalar value.
    • 构造器详细资料

      • ConvertedLongValue

        public ConvertedLongValue​(Value value)
        Creates a new converted long value of the given value.
    • 方法详细资料

      • toString

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