|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ericaro.neoitertools.generators.combinatorics.SubListNumber
public class SubListNumber
a big number that return all the permutation of all the subsets, therefore the name: sublist
| Constructor Summary | |
|---|---|
SubListNumber(int total,
int size)
|
|
| Method Summary | |
|---|---|
int[] |
next()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SubListNumber(int total,
int size)
| Method Detail |
|---|
public int[] next()
next in interface Generator<int[]>public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||