Uses of Interface
org.omg.CosCollection.SortedSetFactory

Packages that use SortedSetFactory
org.omg.CosCollection   
 

Uses of SortedSetFactory in org.omg.CosCollection
 

Classes in org.omg.CosCollection that implement SortedSetFactory
 class _SortedSetFactoryStub
          Generated from IDL interface "SortedSetFactory"
 

Fields in org.omg.CosCollection declared as SortedSetFactory
 SortedSetFactory SortedSetFactoryHolder.value
           
 

Methods in org.omg.CosCollection that return SortedSetFactory
static SortedSetFactory SortedSetFactoryHelper.extract(Any any)
           
static SortedSetFactory SortedSetFactoryHelper.read(InputStream in)
           
static SortedSetFactory SortedSetFactoryHelper.narrow(java.lang.Object obj)
           
static SortedSetFactory SortedSetFactoryHelper.narrow(Object obj)
           
static SortedSetFactory SortedSetFactoryHelper.unchecked_narrow(Object obj)
           
 SortedSetFactory SortedSetFactoryPOA._this()
           
 SortedSetFactory SortedSetFactoryPOA._this(ORB orb)
           
 SortedSetFactory SortedSetFactoryPOATie._this()
           
 SortedSetFactory SortedSetFactoryPOATie._this(ORB orb)
           
 

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

Constructors in org.omg.CosCollection with parameters of type SortedSetFactory
SortedSetFactoryHolder(SortedSetFactory initial)