public static class ExamTabuSearch.TabuList extends Object implements AssignmentContext
| Constructor and Description |
|---|
TabuList(int size) |
| Modifier and Type | Method and Description |
|---|---|
Object |
add(Object object) |
void |
clear() |
boolean |
contains(Object object) |
Object |
removeOldest() |
void |
resize(int newSize) |
int |
size() |
String |
toString() |
public TabuList(int size)