Package xyz.janboerman.scalaloader.util
Class UnionFind<T>
java.lang.Object
xyz.janboerman.scalaloader.util.UnionFind<T>
- Type Parameters:
T
- the type of elements in the Union-Find
Represents a Union-Find (or 'disjoint union') data structure.
This Union-Find does not support null elements.
-
Constructor Summary
Constructors -
Method Summary