public class ContextListImpl extends ContextList
| Constructor and Description |
|---|
ContextListImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.lang.String ctx) |
int |
count() |
java.lang.String |
item(int index) |
void |
remove(int index) |
public int count()
count in class ContextListpublic void add(java.lang.String ctx)
add in class ContextListpublic java.lang.String item(int index)
throws Bounds
item in class ContextListBoundspublic void remove(int index)
throws Bounds
remove in class ContextListBounds