public class ContextListImpl extends ContextList
| Constructor and Description |
|---|
ContextListImpl(ORB orb) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String ctxt) |
int |
count() |
String |
item(int index) |
void |
remove(int index) |
public ContextListImpl(ORB orb)
public int count()
count in class ContextListpublic void add(String ctxt)
add in class ContextListpublic String item(int index) throws Bounds
item in class ContextListBoundspublic void remove(int index)
throws Bounds
remove in class ContextListBoundsCopyright © 2017–2019 Eclipse Foundation. All rights reserved.