Class Long_

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<Long_>

    public class Long_
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<Long_>
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Name TYPE_  
      java.lang.Long value  
      static Name VALUE  
    • Constructor Summary

      Constructors 
      Constructor Description
      Long_​(java.lang.Long value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compareTo​(Long_ other)  
      boolean equals​(java.lang.Object other)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • TYPE_

        public static final Name TYPE_
      • VALUE

        public static final Name VALUE
      • value

        public final java.lang.Long value
    • Constructor Detail

      • Long_

        public Long_​(java.lang.Long value)
    • 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​(Long_ other)
        Specified by:
        compareTo in interface java.lang.Comparable<Long_>