Uses of Interface
org.omg.CosCollection.SortedRelationFactory

Packages that use SortedRelationFactory
org.omg.CosCollection   
 

Uses of SortedRelationFactory in org.omg.CosCollection
 

Classes in org.omg.CosCollection that implement SortedRelationFactory
 class _SortedRelationFactoryStub
          Generated from IDL interface "SortedRelationFactory"
 

Fields in org.omg.CosCollection declared as SortedRelationFactory
 SortedRelationFactory SortedRelationFactoryHolder.value
           
 

Methods in org.omg.CosCollection that return SortedRelationFactory
static SortedRelationFactory SortedRelationFactoryHelper.extract(Any any)
           
static SortedRelationFactory SortedRelationFactoryHelper.read(InputStream in)
           
static SortedRelationFactory SortedRelationFactoryHelper.narrow(java.lang.Object obj)
           
static SortedRelationFactory SortedRelationFactoryHelper.narrow(Object obj)
           
static SortedRelationFactory SortedRelationFactoryHelper.unchecked_narrow(Object obj)
           
 SortedRelationFactory SortedRelationFactoryPOA._this()
           
 SortedRelationFactory SortedRelationFactoryPOA._this(ORB orb)
           
 SortedRelationFactory SortedRelationFactoryPOATie._this()
           
 SortedRelationFactory SortedRelationFactoryPOATie._this(ORB orb)
           
 

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

Constructors in org.omg.CosCollection with parameters of type SortedRelationFactory
SortedRelationFactoryHolder(SortedRelationFactory initial)