public class NumberSetShiftGroupEnumeration extends Object implements Enumeration<int[]>
Constructor and Description |
---|
NumberSetShiftGroupEnumeration(int[] numberSet)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
int[] |
nextElement() |
public NumberSetShiftGroupEnumeration(int[] numberSet)
numberSet
- - set of integer numbers to permutate and provide each combination.public boolean hasMoreElements()
hasMoreElements
in interface Enumeration<int[]>
public int[] nextElement()
nextElement
in interface Enumeration<int[]>