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