SyntaxFix
Write A Post
Hire A Developer
Questions
For unsigned numbers you can use these classes from Guava library:
They support various operations:
The thing that seems missing at the moment are byte shift operators. If you need those you can use BigInteger from Java.