public class CombinationGenerator
extends java.lang.Object
Constructor | Description |
---|---|
CombinationGenerator(int n,
int r) |
Modifier and Type | Method | Description |
---|---|---|
int[] |
getNext() |
|
java.math.BigInteger |
getNumLeft() |
|
java.math.BigInteger |
getTotal() |
|
boolean |
hasNext() |
|
void |
reset() |