I've been looking around searching for any "known" Java data structure library(Like google's guava for example) that have disjoint sets data structure...
Java's Collections doesn't have it apparently.
Implementing it myself is not an option...
So is there any known public Java library that has this data structure?