All Packages Class Hierarchy This Package Previous Next Index
Interface JSci.maths.MathSet
- public interface MathSet
This interface defines a set.
-
intersect(MathSet)
- Performs the intersection of this set with another.
-
union(MathSet)
- Performs the union of this set with another.
union
public abstract MathSet union(MathSet set)
- Performs the union of this set with another.
- Parameters:
- set - a set
- Returns:
- the union of the two sets
intersect
public abstract MathSet intersect(MathSet set)
- Performs the intersection of this set with another.
- Parameters:
- set - a set
- Returns:
- the intersection of the two sets
All Packages Class Hierarchy This Package Previous Next Index