Class SetIterables

java.lang.Object
org.eclipse.collections.impl.utility.internal.SetIterables

public final class SetIterables extends Object
Set algebra operations.

Most operations are non-destructive, i.e. no input sets are modified during execution. The exception is operations ending in "Into." These accept the target collection of the final calculation as the first parameter.