Uses of Interface
org.omg.CosCollection.SortedBag

Packages that use SortedBag
org.omg.CosCollection   
 

Uses of SortedBag in org.omg.CosCollection
 

Classes in org.omg.CosCollection that implement SortedBag
 class _SortedBagStub
          Generated from IDL interface "SortedBag"
 

Fields in org.omg.CosCollection declared as SortedBag
 SortedBag SortedBagHolder.value
           
 

Methods in org.omg.CosCollection that return SortedBag
static SortedBag SortedBagHelper.extract(Any any)
           
static SortedBag SortedBagHelper.read(InputStream in)
           
static SortedBag SortedBagHelper.narrow(java.lang.Object obj)
           
static SortedBag SortedBagHelper.narrow(Object obj)
           
static SortedBag SortedBagHelper.unchecked_narrow(Object obj)
           
 SortedBag SortedBagPOA._this()
           
 SortedBag SortedBagPOA._this(ORB orb)
           
 SortedBag SortedBagPOATie._this()
           
 SortedBag SortedBagPOATie._this(ORB orb)
           
 SortedBag SortedBagFactoryOperations.create(Operations ops, int expected_size)
           
 SortedBag SortedBagFactoryPOATie.create(Operations ops, int expected_size)
           
 SortedBag _SortedBagFactoryStub.create(Operations ops, int expected_size)
           
 

Methods in org.omg.CosCollection with parameters of type SortedBag
 int SortedBagOperations.compare(SortedBag collector, Comparator comparison)
           
static void SortedBagHelper.insert(Any any, SortedBag s)
           
static void SortedBagHelper.write(OutputStream _out, SortedBag s)
           
 int SortedBagPOATie.compare(SortedBag collector, Comparator comparison)
           
 int _SortedBagStub.compare(SortedBag collector, Comparator comparison)
           
 

Constructors in org.omg.CosCollection with parameters of type SortedBag
SortedBagHolder(SortedBag initial)