Uses of Interface
org.omg.CosCollection.Set

Packages that use Set
org.omg.CosCollection   
 

Uses of Set in org.omg.CosCollection
 

Classes in org.omg.CosCollection that implement Set
 class _SetStub
          Generated from IDL interface "Set"
 

Fields in org.omg.CosCollection declared as Set
 Set SetHolder.value
           
 

Methods in org.omg.CosCollection that return Set
static Set SetHelper.extract(Any any)
           
static Set SetHelper.read(InputStream in)
           
static Set SetHelper.narrow(java.lang.Object obj)
           
static Set SetHelper.narrow(Object obj)
           
static Set SetHelper.unchecked_narrow(Object obj)
           
 Set SetPOA._this()
           
 Set SetPOA._this(ORB orb)
           
 Set SetPOATie._this()
           
 Set SetPOATie._this(ORB orb)
           
 Set SetFactoryOperations.create(Operations ops, int expected_size)
           
 Set SetFactoryPOATie.create(Operations ops, int expected_size)
           
 Set _SetFactoryStub.create(Operations ops, int expected_size)
           
 

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

Constructors in org.omg.CosCollection with parameters of type Set
SetHolder(Set initial)