Uses of Interface
org.omg.CosCollection.KeySet

Packages that use KeySet
org.omg.CosCollection   
 

Uses of KeySet in org.omg.CosCollection
 

Classes in org.omg.CosCollection that implement KeySet
 class _KeySetStub
          Generated from IDL interface "KeySet"
 

Fields in org.omg.CosCollection declared as KeySet
 KeySet KeySetHolder.value
           
 

Methods in org.omg.CosCollection that return KeySet
 KeySet KeySetPOATie._this()
           
 KeySet KeySetPOATie._this(ORB orb)
           
 KeySet KeySetPOA._this()
           
 KeySet KeySetPOA._this(ORB orb)
           
 KeySet _KeySetFactoryStub.create(Operations ops, int expected_size)
           
static KeySet KeySetHelper.extract(Any any)
           
static KeySet KeySetHelper.read(InputStream in)
           
static KeySet KeySetHelper.narrow(java.lang.Object obj)
           
static KeySet KeySetHelper.narrow(Object obj)
           
static KeySet KeySetHelper.unchecked_narrow(Object obj)
           
 KeySet KeySetFactoryPOATie.create(Operations ops, int expected_size)
           
 KeySet KeySetFactoryOperations.create(Operations ops, int expected_size)
           
 

Methods in org.omg.CosCollection with parameters of type KeySet
static void KeySetHelper.insert(Any any, KeySet s)
           
static void KeySetHelper.write(OutputStream _out, KeySet s)
           
 

Constructors in org.omg.CosCollection with parameters of type KeySet
KeySetHolder(KeySet initial)