public class EldermanCandidateList extends Object
| Modifier and Type | Field and Description |
|---|---|
private ArrayList<ICitizen> |
eldermanCandidates |
| Constructor and Description |
|---|
EldermanCandidateList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(ICitizen iCitizen) |
ICitizen |
get(int index) |
List<ICitizen> |
getAll() |
int |
size() |
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.