public class FinSet.FunctionSet extends java.lang.Object implements MathSet, Category.HomSet
Constructor and Description |
---|
FinSet.FunctionSet(MathSet a,
MathSet b) |
Modifier and Type | Method and Description |
---|---|
int |
cardinality()
Returns the cardinality.
|
FinSet.Function |
getElement(java.lang.Object[] in,
java.lang.Object[] out)
Returns an element of this hom-set.
|
MathSet |
intersect(MathSet set)
Performs the intersection of this set with another.
|
MathSet |
union(MathSet set)
Performs the union of this set with another.
|
public FinSet.Function getElement(java.lang.Object[] in, java.lang.Object[] out)
public int cardinality()
MathSet
cardinality
in interface MathSet
public MathSet union(MathSet set)
MathSet