All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface JSci.maths.MathSet

public interface MathSet
This interface defines a set.


Method Index

 o intersect(MathSet)
Performs the intersection of this set with another.
 o union(MathSet)
Performs the union of this set with another.

Methods

 o 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
 o 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