public class QMConfigurationProfile extends Object
Modifier and Type | Field and Description |
---|---|
private ArrayList[] |
QMCriteriaContainer |
int |
SIZE |
Constructor and Description |
---|
QMConfigurationProfile(int size) |
Modifier and Type | Method and Description |
---|---|
void |
createNewElement(int index) |
Object |
getElement(int index,
int pos) |
void |
insert(int index,
int pos,
Object o) |
void |
insert(int index,
Object o) |
boolean |
isEmpty() |
boolean |
isNullatPos(int index) |
int |
lengthOfElement(int index) |
private ArrayList[] QMCriteriaContainer
public int SIZE
public void createNewElement(int index)
public void insert(int index, Object o)
public void insert(int index, int pos, Object o)
public boolean isEmpty()
public boolean isNullatPos(int index)
public int lengthOfElement(int index)
public Object getElement(int index, int pos)