|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ArrayPermutationsIter
An interface to iterate over array permutations. Similiar to Iterator, but with specific return types and without the remove() method.
Method Summary | |
---|---|
boolean |
hasNextPermutaions()
|
int[] |
nextPermutation()
|
Method Detail |
---|
int[] nextPermutation()
boolean hasNextPermutaions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |