Class UnsignedShort

All Implemented Interfaces:
Serializable

public final class UnsignedShort extends UnsignedNumber
The UnsignedByte class wraps a value of an unsigned 16 bits number.
Author:
Matteo Merli (matteo.merli@gmail.com)
See Also:
  • Field Details

    • serialVersionUID

      static final long serialVersionUID
      See Also:
    • value

      private int value
  • Constructor Details

    • UnsignedShort

      public UnsignedShort(byte c)
    • UnsignedShort

      public UnsignedShort(short c)
    • UnsignedShort

      public UnsignedShort(int c)
    • UnsignedShort

      public UnsignedShort(long c)
    • UnsignedShort

      private UnsignedShort()
  • Method Details