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 |
hasNext() |
void |
reset() |
public void reset()
public BigInteger getNumLeft()
public boolean hasNext()
public BigInteger getTotal()
public int[] getNext()
Copyright © 2000–2016 BioJava. All rights reserved.