|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgr.demokritos.iit.jinsect.algorithms.statistics.CombinationGenerator
public class CombinationGenerator
Constructor Summary | |
---|---|
CombinationGenerator(int n,
int r)
|
Method Summary | |
---|---|
int[] |
getNext()
|
java.math.BigInteger |
getNumLeft()
|
java.math.BigInteger |
getTotal()
|
boolean |
hasMore()
|
void |
reset()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CombinationGenerator(int n, int r)
Method Detail |
---|
public void reset()
public java.math.BigInteger getNumLeft()
public boolean hasMore()
public java.math.BigInteger getTotal()
public int[] getNext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |