Uses of Interface
org.omg.CosCollection.Bag

Packages that use Bag
org.omg.CosCollection   
 

Uses of Bag in org.omg.CosCollection
 

Classes in org.omg.CosCollection that implement Bag
 class _BagStub
          Generated from IDL interface "Bag"
 

Fields in org.omg.CosCollection declared as Bag
 Bag BagHolder.value
           
 

Methods in org.omg.CosCollection that return Bag
static Bag BagHelper.extract(Any any)
           
static Bag BagHelper.read(InputStream in)
           
static Bag BagHelper.narrow(java.lang.Object obj)
           
static Bag BagHelper.narrow(Object obj)
           
static Bag BagHelper.unchecked_narrow(Object obj)
           
 Bag BagPOA._this()
           
 Bag BagPOA._this(ORB orb)
           
 Bag BagPOATie._this()
           
 Bag BagPOATie._this(ORB orb)
           
 Bag BagFactoryOperations.create(Operations ops, int expected_size)
           
 Bag BagFactoryPOATie.create(Operations ops, int expected_size)
           
 Bag _BagFactoryStub.create(Operations ops, int expected_size)
           
 

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

Constructors in org.omg.CosCollection with parameters of type Bag
BagHolder(Bag initial)