Uses of Interface
org.omg.CosCollection.KeyBag

Packages that use KeyBag
org.omg.CosCollection   
 

Uses of KeyBag in org.omg.CosCollection
 

Classes in org.omg.CosCollection that implement KeyBag
 class _KeyBagStub
          Generated from IDL interface "KeyBag"
 

Fields in org.omg.CosCollection declared as KeyBag
 KeyBag KeyBagHolder.value
           
 

Methods in org.omg.CosCollection that return KeyBag
static KeyBag KeyBagHelper.extract(Any any)
           
static KeyBag KeyBagHelper.read(InputStream in)
           
static KeyBag KeyBagHelper.narrow(java.lang.Object obj)
           
static KeyBag KeyBagHelper.narrow(Object obj)
           
static KeyBag KeyBagHelper.unchecked_narrow(Object obj)
           
 KeyBag KeyBagPOA._this()
           
 KeyBag KeyBagPOA._this(ORB orb)
           
 KeyBag _KeyBagFactoryStub.create(Operations ops, int expected_size)
           
 KeyBag KeyBagFactoryOperations.create(Operations ops, int expected_size)
           
 KeyBag KeyBagFactoryPOATie.create(Operations ops, int expected_size)
           
 KeyBag KeyBagPOATie._this()
           
 KeyBag KeyBagPOATie._this(ORB orb)
           
 

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

Constructors in org.omg.CosCollection with parameters of type KeyBag
KeyBagHolder(KeyBag initial)