public abstract class ContextList
extends java.lang.Object
| Constructor and Description |
|---|
ContextList() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
add(java.lang.String ctx) |
abstract int |
count() |
abstract java.lang.String |
item(int index) |
abstract void |
remove(int index) |