API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.CORBA. ContextList View Source
Author(s)
Since
JDK1.2
Version
1.2, 09/09/97
Serial
Hierarchy
 Object
      ContextList
Implements
Subclasses
Description
publicabstract abstract class ContextList
  An object containing a modifiable list of String objects that represent property names.
See also:    Context
Constructors
public ContextList ()
Methods
Hide/Show inherited methods
publicabstract void add (String ctx)
  Adds a String object to this ContextList object.
publicabstract int count ()
  Returns the number of String objects in this ContextList object.
publicabstract String item (int index) throws Bounds
  Returns the String object at the given index.
publicabstract void remove (int index) throws Bounds
  Removes the String object at the given index.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar