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
 KeySortedBag KeySortedBagPOATie._this()
           
 KeySortedBag KeySortedBagPOATie._this(ORB orb)
           
 KeySortedBag KeySortedBagPOA._this()
           
 KeySortedBag KeySortedBagPOA._this(ORB orb)
           
 KeySortedBag _KeySortedBagFactoryStub.create(Operations ops, int expected_size)
           
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 KeySortedBagFactoryPOATie.create(Operations ops, int expected_size)
           
 KeySortedBag KeySortedBagFactoryOperations.create(Operations ops, int expected_size)
           
 

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

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