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
 SortedBag SortedBagPOATie._this()
           
 SortedBag SortedBagPOATie._this(ORB orb)
           
 SortedBag SortedBagPOA._this()
           
 SortedBag SortedBagPOA._this(ORB orb)
           
 SortedBag _SortedBagFactoryStub.create(Operations ops, int expected_size)
           
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 SortedBagFactoryPOATie.create(Operations ops, int expected_size)
           
 SortedBag SortedBagFactoryOperations.create(Operations ops, int expected_size)
           
 

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

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