A library for working with unsigned integers in Java 7 and above.
Includes unsigned integer classes that are extensions of java.lang.Number such as UnsignedByte, UnsignedShort, UnsignedInteger, and UnsignedLong.
The goal is to compliment their signed Number counterparts.