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 ContextList
public void add(String ctxt)
add
in class ContextList
public String item(int index) throws Bounds
item
in class ContextList
Bounds
public void remove(int index) throws Bounds
remove
in class ContextList
Bounds
Copyright © 2015 JBoss by Red Hat. All rights reserved.