Uses of Enum Class
io.openml.gearbox.disjointset.DisjointSet.UnionAlgorithm
Packages that use DisjointSet.UnionAlgorithm
-
Uses of DisjointSet.UnionAlgorithm in io.openml.gearbox.disjointset
Methods in io.openml.gearbox.disjointset that return DisjointSet.UnionAlgorithmModifier and TypeMethodDescriptionstatic DisjointSet.UnionAlgorithm
Returns the enum constant of this class with the specified name.static DisjointSet.UnionAlgorithm[]
DisjointSet.UnionAlgorithm.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.openml.gearbox.disjointset with parameters of type DisjointSet.UnionAlgorithmModifierConstructorDescriptionDisjointSet
(Set<E> set, DisjointSet.UnionAlgorithm unionAlgorithm) Creates a new set containing specified set of new elements with each set representative being itself.