UnionFindDetailed<T>.fromElements constructor
UnionFindDetailed<T>.fromElements (
- Iterable<
T> elements
Creates a detailed Union-Find from an existing collection
Implementation
UnionFindDetailed.fromElements(super.elements) : super.fromElements();