|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 |
java.lang.ObjectOutils.PermutationGenerator
public class PermutationGenerator
构造函数摘要 | |
---|---|
PermutationGenerator(int n)
|
方法摘要 | |
---|---|
int[] |
getNext()
|
java.math.BigInteger |
getNumLeft()
|
java.math.BigInteger |
getTotal()
|
boolean |
hasMore()
|
void |
reset()
|
从类 java.lang.Object 继承的方法 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造函数详细信息 |
---|
public PermutationGenerator(int n)
方法详细信息 |
---|
public void reset()
public java.math.BigInteger getNumLeft()
public java.math.BigInteger getTotal()
public boolean hasMore()
public int[] getNext()
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 |