I was wondering if there are any good Java libraries for manipulating netmasks, subnets, etc. As far as I can tell, Java's net package and Guava's net package don't include these capabilities.
In Python, I've been using netaddr and I've been wondering if there's anything similarly powerful in Java.