public class PermutationEnumeration
extends java.lang.Object
implements java.util.Enumeration<int[]>
Constructor and Description |
---|
PermutationEnumeration(int numElements)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
int[] |
nextElement() |