| Package | Description |
|---|---|
| it.uniroma3.mat.extendedset.wrappers | |
| it.uniroma3.mat.extendedset.wrappers.matrix |
| Modifier and Type | Method and Description |
|---|---|
IndexedSet<T> |
IndexedSet.clone()
See the
clone() of Object |
IndexedSet<T> |
IndexedSet.complemented()
Generates the complement set.
|
IndexedSet<T> |
IndexedSet.convert(Collection<?> c)
Converts a given
Collection instance into an instance of the
current class. |
IndexedSet<T> |
IndexedSet.convert(Object... e)
Converts a given integer array into an instance of the current class
|
IndexedSet<T> |
IndexedSet.difference(Collection<? extends T> other)
Generates the difference set
|
IndexedSet<T> |
IndexedSet.empty()
Generates an empty set
|
IndexedSet<T> |
IndexedSet.intersection(Collection<? extends T> other)
Generates the intersection set
|
IndexedSet<T> |
IndexedSet.symmetricDifference(Collection<? extends T> other)
Generates the symmetric difference set
|
IndexedSet<T> |
IndexedSet.union(Collection<? extends T> other)
Generates the union set
|
IndexedSet<T> |
IndexedSet.universe()
Returns the collection of all possible elements
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends IndexedSet<T>> |
IndexedSet.powerSet()
Computes the power-set of the current set.
|
List<? extends IndexedSet<T>> |
IndexedSet.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. |
| Modifier and Type | Method and Description |
|---|---|
IndexedSet<I> |
PairSet.allItems()
Gets the set of all possible items that can be contained within each
transaction
|
IndexedSet<T> |
PairSet.allTransactions()
Gets the set of all possible transactions that can be contained within
the set
|
IndexedSet<I> |
PairSet.involvedItems()
Gets the set of items in
PairSet.allItems() that are contained in at
least one transaction |
IndexedSet<T> |
PairSet.involvedTransactions()
Gets the set of transactions in
PairSet.allTransactions() that contains
at least one item |
IndexedSet<I> |
PairSet.itemsOf(T transaction)
Lists all items contained within a given transaction
|
IndexedSet<T> |
PairSet.transactionsOf(I item)
Lists all transactions involved with a specified item
|
Copyright © 2016. All rights reserved.