|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MathSet
This interface defines a set.
Method Summary | |
---|---|
int |
cardinality()
Returns the cardinality. |
MathSet |
intersect(MathSet set)
Performs the intersection of this set with another. |
MathSet |
union(MathSet set)
Performs the union of this set with another. |
Method Detail |
---|
int cardinality()
MathSet union(MathSet set)
set
- a set.
MathSet intersect(MathSet set)
set
- a set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |