| Package | Description |
|---|---|
| it.uniroma3.mat.extendedset.wrappers |
| Modifier and Type | Method and Description |
|---|---|
IntegerSet |
IntegerSet.clone()
See the
clone() of Object |
IntegerSet |
IntegerSet.complemented()
Generates the complement set.
|
IntegerSet |
IntegerSet.convert(Collection<?> c)
Converts a given
Collection instance into an instance of the
current class. |
IntegerSet |
IntegerSet.convert(Object... e)
Converts a given integer array into an instance of the current class
|
IntegerSet |
IntegerSet.difference(Collection<? extends Integer> other)
Generates the difference set
|
IntegerSet |
IntegerSet.empty()
Generates an empty set
|
IntegerSet |
IntegerSet.intersection(Collection<? extends Integer> other)
Generates the intersection set
|
IntegerSet |
IntegerSet.symmetricDifference(Collection<? extends Integer> other)
Generates the symmetric difference set
|
IntegerSet |
IntegerSet.union(Collection<? extends Integer> other)
Generates the union set
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends IntegerSet> |
IntegerSet.powerSet()
Computes the power-set of the current set.
|
List<? extends IntegerSet> |
IntegerSet.powerSet(int min,
int max)
Computes a subset of the power-set of the current set, composed by those
subsets that have cardinality between
min and
max. |
Copyright © 2016. All rights reserved.