Uses of Interface
org.omg.CosCollection.KeySortedBagFactory

Packages that use KeySortedBagFactory
org.omg.CosCollection   
 

Uses of KeySortedBagFactory in org.omg.CosCollection
 

Classes in org.omg.CosCollection that implement KeySortedBagFactory
 class _KeySortedBagFactoryStub
          Generated from IDL interface "KeySortedBagFactory"
 

Fields in org.omg.CosCollection declared as KeySortedBagFactory
 KeySortedBagFactory KeySortedBagFactoryHolder.value
           
 

Methods in org.omg.CosCollection that return KeySortedBagFactory
static KeySortedBagFactory KeySortedBagFactoryHelper.extract(Any any)
           
static KeySortedBagFactory KeySortedBagFactoryHelper.read(InputStream in)
           
static KeySortedBagFactory KeySortedBagFactoryHelper.narrow(java.lang.Object obj)
           
static KeySortedBagFactory KeySortedBagFactoryHelper.narrow(Object obj)
           
static KeySortedBagFactory KeySortedBagFactoryHelper.unchecked_narrow(Object obj)
           
 KeySortedBagFactory KeySortedBagFactoryPOA._this()
           
 KeySortedBagFactory KeySortedBagFactoryPOA._this(ORB orb)
           
 KeySortedBagFactory KeySortedBagFactoryPOATie._this()
           
 KeySortedBagFactory KeySortedBagFactoryPOATie._this(ORB orb)
           
 

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

Constructors in org.omg.CosCollection with parameters of type KeySortedBagFactory
KeySortedBagFactoryHolder(KeySortedBagFactory initial)