Uses of Interface
org.omg.CosCollection.KeySortedBag

Packages that use KeySortedBag
org.omg.CosCollection   
 

Uses of KeySortedBag in org.omg.CosCollection
 

Classes in org.omg.CosCollection that implement KeySortedBag
 class _KeySortedBagStub
          Generated from IDL interface "KeySortedBag"
 

Fields in org.omg.CosCollection declared as KeySortedBag
 KeySortedBag KeySortedBagHolder.value
           
 

Methods in org.omg.CosCollection that return KeySortedBag
static KeySortedBag KeySortedBagHelper.extract(Any any)
           
static KeySortedBag KeySortedBagHelper.read(InputStream in)
           
static KeySortedBag KeySortedBagHelper.narrow(java.lang.Object obj)
           
static KeySortedBag KeySortedBagHelper.narrow(Object obj)
           
static KeySortedBag KeySortedBagHelper.unchecked_narrow(Object obj)
           
 KeySortedBag KeySortedBagPOA._this()
           
 KeySortedBag KeySortedBagPOA._this(ORB orb)
           
 KeySortedBag KeySortedBagPOATie._this()
           
 KeySortedBag KeySortedBagPOATie._this(ORB orb)
           
 KeySortedBag KeySortedBagFactoryOperations.create(Operations ops, int expected_size)
           
 KeySortedBag KeySortedBagFactoryPOATie.create(Operations ops, int expected_size)
           
 KeySortedBag _KeySortedBagFactoryStub.create(Operations ops, int expected_size)
           
 

Methods in org.omg.CosCollection with parameters of type KeySortedBag
 int KeySortedBagOperations.compare(KeySortedBag collector, Comparator comparison)
           
static void KeySortedBagHelper.insert(Any any, KeySortedBag s)
           
static void KeySortedBagHelper.write(OutputStream _out, KeySortedBag s)
           
 int KeySortedBagPOATie.compare(KeySortedBag collector, Comparator comparison)
           
 int _KeySortedBagStub.compare(KeySortedBag collector, Comparator comparison)
           
 

Constructors in org.omg.CosCollection with parameters of type KeySortedBag
KeySortedBagHolder(KeySortedBag initial)