public class CombinationGenerator extends Object
Constructor and Description |
---|
CombinationGenerator(int n,
int r) |
Modifier and Type | Method and Description |
---|---|
int[] |
getNext() |
BigInteger |
getNumLeft() |
BigInteger |
getTotal() |
boolean |
hasMore() |
void |
reset() |
public void reset()
public BigInteger getNumLeft()
public boolean hasMore()
public BigInteger getTotal()
public int[] getNext()
Copyright © 2015–2021 Fiji. All rights reserved.