Uses of Interface
org.omg.CosCollection.KeySetFactory

Packages that use KeySetFactory
org.omg.CosCollection   
 

Uses of KeySetFactory in org.omg.CosCollection
 

Classes in org.omg.CosCollection that implement KeySetFactory
 class _KeySetFactoryStub
          Generated from IDL interface "KeySetFactory"
 

Fields in org.omg.CosCollection declared as KeySetFactory
 KeySetFactory KeySetFactoryHolder.value
           
 

Methods in org.omg.CosCollection that return KeySetFactory
 KeySetFactory KeySetFactoryPOATie._this()
           
 KeySetFactory KeySetFactoryPOATie._this(ORB orb)
           
 KeySetFactory KeySetFactoryPOA._this()
           
 KeySetFactory KeySetFactoryPOA._this(ORB orb)
           
static KeySetFactory KeySetFactoryHelper.extract(Any any)
           
static KeySetFactory KeySetFactoryHelper.read(InputStream in)
           
static KeySetFactory KeySetFactoryHelper.narrow(java.lang.Object obj)
           
static KeySetFactory KeySetFactoryHelper.narrow(Object obj)
           
static KeySetFactory KeySetFactoryHelper.unchecked_narrow(Object obj)
           
 

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

Constructors in org.omg.CosCollection with parameters of type KeySetFactory
KeySetFactoryHolder(KeySetFactory initial)