| Package | Description |
|---|---|
| it.uniroma3.mat.extendedset.wrappers |
| Modifier and Type | Method and Description |
|---|---|
GenericExtendedSet<T> |
GenericExtendedSet.clone()
See the
clone() of Object |
GenericExtendedSet<T> |
GenericExtendedSet.convert(Collection<?> c)
Converts a given
Collection instance into an instance of the
current class. |
GenericExtendedSet<T> |
GenericExtendedSet.convert(Object... e)
Converts a given integer array into an instance of the current class
|
GenericExtendedSet<T> |
GenericExtendedSet.difference(Collection<? extends T> other)
Generates the difference set
|
GenericExtendedSet<T> |
GenericExtendedSet.empty()
Generates an empty set
|
GenericExtendedSet<T> |
GenericExtendedSet.intersection(Collection<? extends T> other)
Generates the intersection set
|
GenericExtendedSet<T> |
GenericExtendedSet.symmetricDifference(Collection<? extends T> other)
Generates the symmetric difference set
|
GenericExtendedSet<T> |
GenericExtendedSet.union(Collection<? extends T> other)
Generates the union set
|
Copyright © 2016. All rights reserved.