Class UnsignedLong

All Implemented Interfaces:
Serializable

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

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • value

      private byte[] value
  • Constructor Details

    • UnsignedLong

      public UnsignedLong(byte c)
    • UnsignedLong

      public UnsignedLong(short c)
    • UnsignedLong

      public UnsignedLong(int c)
    • UnsignedLong

      public UnsignedLong(long c)
    • UnsignedLong

      public UnsignedLong(Random random)
      Construct a new random UnsignedLong.
      Parameters:
      random - a Random handler
    • UnsignedLong

      private UnsignedLong()
  • Method Details