|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.BitSet
nl.liacs.subdisc.ItemSet
public class ItemSet
| Constructor Summary | |
|---|---|
ItemSet(int theDimensions)
|
|
ItemSet(int theDimensions,
int theCount)
|
|
| Method Summary | |
|---|---|
int |
getDimensions()
|
ItemSet |
getExtension(int theIndex)
|
int |
getItem(int theIndex)
|
int |
getItemCount()
|
ItemSet |
getNextItemSet()
|
boolean |
isFresh(int l)
|
ItemSet |
skipItemSets(int l)
|
ItemSet |
symmetricDifference(ItemSet theSet)
|
| Methods inherited from class java.util.BitSet |
|---|
and, andNot, cardinality, clear, clear, clear, clone, equals, flip, flip, get, get, hashCode, intersects, isEmpty, length, nextClearBit, nextSetBit, or, set, set, set, set, size, toString, xor |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ItemSet(int theDimensions)
public ItemSet(int theDimensions,
int theCount)
| Method Detail |
|---|
public int getDimensions()
public int getItemCount()
public int getItem(int theIndex)
public ItemSet symmetricDifference(ItemSet theSet)
public ItemSet getExtension(int theIndex)
public ItemSet getNextItemSet()
public boolean isFresh(int l)
public ItemSet skipItemSets(int l)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||