|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--blue.collections.Bag
|
+--blue.collections.Set
|
+--blue.combo.PermutationSet
| Fields inherited from class blue.collections.Bag |
indexOfCurrent |
| Constructor Summary | |
PermutationSet(Seq seq)
|
|
PermutationSet(Set set)
|
|
| Method Summary | |
int |
cardinality()
|
void |
display()
|
boolean |
done()
|
java.lang.Object |
element()
|
Bag |
next()
|
java.lang.Object |
random()
|
void |
reset()
|
| Methods inherited from class blue.collections.Set |
add,
add,
add,
add,
add,
copy,
delete,
setCurrentIndex |
| Methods inherited from class blue.collections.Bag |
display,
display,
member,
randomize,
remove |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public PermutationSet(Set set)
public PermutationSet(Seq seq)
| Method Detail |
public int cardinality()
public void display()
public boolean done()
public void reset()
public Bag next()
public java.lang.Object element()
public java.lang.Object random()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||