Uses of Interface
org.omg.CosCollection.KeySortedSetFactory

Packages that use KeySortedSetFactory
org.omg.CosCollection   
 

Uses of KeySortedSetFactory in org.omg.CosCollection
 

Classes in org.omg.CosCollection that implement KeySortedSetFactory
 class _KeySortedSetFactoryStub
          Generated from IDL interface "KeySortedSetFactory"
 

Fields in org.omg.CosCollection declared as KeySortedSetFactory
 KeySortedSetFactory KeySortedSetFactoryHolder.value
           
 

Methods in org.omg.CosCollection that return KeySortedSetFactory
static KeySortedSetFactory KeySortedSetFactoryHelper.extract(Any any)
           
static KeySortedSetFactory KeySortedSetFactoryHelper.read(InputStream in)
           
static KeySortedSetFactory KeySortedSetFactoryHelper.narrow(java.lang.Object obj)
           
static KeySortedSetFactory KeySortedSetFactoryHelper.narrow(Object obj)
           
static KeySortedSetFactory KeySortedSetFactoryHelper.unchecked_narrow(Object obj)
           
 KeySortedSetFactory KeySortedSetFactoryPOA._this()
           
 KeySortedSetFactory KeySortedSetFactoryPOA._this(ORB orb)
           
 KeySortedSetFactory KeySortedSetFactoryPOATie._this()
           
 KeySortedSetFactory KeySortedSetFactoryPOATie._this(ORB orb)
           
 

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

Constructors in org.omg.CosCollection with parameters of type KeySortedSetFactory
KeySortedSetFactoryHolder(KeySortedSetFactory initial)