Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 416 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 416 Bytes

Unsigned-Integers Release

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.