Hacker News new | ask | show | jobs
by szatkus 995 days ago
AFAIK Java 8 added a few methods that helps you handle integers as if they were unsigned, like `toUnsignedString`. I think it's enough for any exotic cases.