| Package | Description |
|---|---|
| it.uniroma3.mat.extendedset.intset |
| Modifier and Type | Method and Description |
|---|---|
ArraySet |
ArraySet.clone()
See the
clone() of Object |
ArraySet |
ArraySet.complemented()
Generates the complement set.
|
ArraySet |
ArraySet.convert(Collection<Integer> c)
Converts a given collection into an instance of the current class.
|
ArraySet |
ArraySet.convert(int... a)
Converts a given array into an instance of the current class.
|
ArraySet |
ArraySet.difference(IntSet other)
Generates the difference set
|
ArraySet |
ArraySet.empty()
Generates an empty set
|
ArraySet |
ArraySet.intersection(IntSet other)
Generates the intersection set
|
ArraySet |
ArraySet.symmetricDifference(IntSet other)
Generates the symmetric difference set
|
ArraySet |
ArraySet.union(IntSet other)
Generates the union set
|
Copyright © 2016. All rights reserved.