Class Value.Double_

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<Value>
    Enclosing class:
    Value

    public static final class Value.Double_
    extends Value
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • compareTo

        public int compareTo​(Value other)
        Specified by:
        compareTo in interface java.lang.Comparable<Value>