public class PermutationGenerator extends Object
Constructor and Description |
---|
PermutationGenerator(int n) |
Modifier and Type | Method and Description |
---|---|
int[] |
getNext() |
BigInteger |
getNumLeft() |
BigInteger |
getTotal() |
boolean |
hasMore() |
void |
reset() |
public PermutationGenerator(int n)
public void reset()
public BigInteger getNumLeft()
public BigInteger getTotal()
public boolean hasMore()
public int[] getNext()
Copyright © 2000–2019 BioJava. All rights reserved.