Class UnsignedByte

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

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

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

      Constructors 
      Constructor Description
      UnsignedByte​(java.lang.Short value)  
    • Field Detail

      • TYPE_

        public static final Name TYPE_
      • VALUE

        public static final Name VALUE
      • value

        public final java.lang.Short value
    • Constructor Detail

      • UnsignedByte

        public UnsignedByte​(java.lang.Short 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​(UnsignedByte other)
        Specified by:
        compareTo in interface java.lang.Comparable<UnsignedByte>