public class NonDex extends Object
| 构造器和说明 |
|---|
NonDex() |
NonDex(Configuration config) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getActualExplorations() |
boolean |
getBoolean() |
boolean |
getBoolean(boolean identityElement) |
Configuration |
getConfig() |
static NonDex |
getInstance() |
int |
getInteger() |
int |
getInteger(int identityElement) |
<T> List<T> |
getPermutation(List<T> originalOrder) |
int |
getPossibleExplorations() |
public NonDex()
public NonDex(Configuration config)
public static NonDex getInstance()
public boolean getBoolean()
public boolean getBoolean(boolean identityElement)
public int getInteger()
public int getInteger(int identityElement)
public Configuration getConfig()
public int getPossibleExplorations()
public int getActualExplorations()
Copyright © 2023. All rights reserved.