Package hydra.lib.sets
package hydra.lib.sets
-
ClassesClassDescriptionRemoves an element from a set.Computes the set difference.Creates an empty set.Creates a set from a list of elements.Adds an element to a set.Computes the intersection of two sets.Checks if a set is empty.Maps a function over all elements in a set.Checks if an element is in a set.Checks if a set is empty (null check).Creates a singleton set containing a single element.Returns the number of elements in a set.Converts a set to a list of elements.Computes the union of two sets.Computes the union of multiple sets.