Uses of Interface
org.omg.CosCollection.SortedRelation

Packages that use SortedRelation
org.omg.CosCollection   
 

Uses of SortedRelation in org.omg.CosCollection
 

Classes in org.omg.CosCollection that implement SortedRelation
 class _SortedRelationStub
          Generated from IDL interface "SortedRelation"
 

Fields in org.omg.CosCollection declared as SortedRelation
 SortedRelation SortedRelationHolder.value
           
 

Methods in org.omg.CosCollection that return SortedRelation
 SortedRelation _SortedRelationFactoryStub.create(Operations ops, int expected_size)
           
 SortedRelation SortedRelationPOATie._this()
           
 SortedRelation SortedRelationPOATie._this(ORB orb)
           
 SortedRelation SortedRelationPOA._this()
           
 SortedRelation SortedRelationPOA._this(ORB orb)
           
static SortedRelation SortedRelationHelper.extract(Any any)
           
static SortedRelation SortedRelationHelper.read(InputStream in)
           
static SortedRelation SortedRelationHelper.narrow(java.lang.Object obj)
           
static SortedRelation SortedRelationHelper.narrow(Object obj)
           
static SortedRelation SortedRelationHelper.unchecked_narrow(Object obj)
           
 SortedRelation SortedRelationFactoryPOATie.create(Operations ops, int expected_size)
           
 SortedRelation SortedRelationFactoryOperations.create(Operations ops, int expected_size)
           
 

Methods in org.omg.CosCollection with parameters of type SortedRelation
 int _SortedRelationStub.compare(SortedRelation collector, Comparator comparison)
           
 int SortedRelationPOATie.compare(SortedRelation collector, Comparator comparison)
           
 int SortedRelationOperations.compare(SortedRelation collector, Comparator comparison)
           
static void SortedRelationHelper.insert(Any any, SortedRelation s)
           
static void SortedRelationHelper.write(OutputStream _out, SortedRelation s)
           
 

Constructors in org.omg.CosCollection with parameters of type SortedRelation
SortedRelationHolder(SortedRelation initial)