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