Uses of Interface
org.omg.CosCollection.SortedSet

Packages that use SortedSet
org.omg.CosCollection   
 

Uses of SortedSet in org.omg.CosCollection
 

Classes in org.omg.CosCollection that implement SortedSet
 class _SortedSetStub
          Generated from IDL interface "SortedSet"
 

Fields in org.omg.CosCollection declared as SortedSet
 SortedSet SortedSetHolder.value
           
 

Methods in org.omg.CosCollection that return SortedSet
static SortedSet SortedSetHelper.extract(Any any)
           
static SortedSet SortedSetHelper.read(InputStream in)
           
static SortedSet SortedSetHelper.narrow(java.lang.Object obj)
           
static SortedSet SortedSetHelper.narrow(Object obj)
           
static SortedSet SortedSetHelper.unchecked_narrow(Object obj)
           
 SortedSet SortedSetPOA._this()
           
 SortedSet SortedSetPOA._this(ORB orb)
           
 SortedSet SortedSetPOATie._this()
           
 SortedSet SortedSetPOATie._this(ORB orb)
           
 SortedSet SortedSetFactoryOperations.create(Operations ops, int expected_size)
           
 SortedSet SortedSetFactoryPOATie.create(Operations ops, int expected_size)
           
 SortedSet _SortedSetFactoryStub.create(Operations ops, int expected_size)
           
 

Methods in org.omg.CosCollection with parameters of type SortedSet
 int SortedSetOperations.compare(SortedSet collector, Comparator comparison)
           
static void SortedSetHelper.insert(Any any, SortedSet s)
           
static void SortedSetHelper.write(OutputStream _out, SortedSet s)
           
 int SortedSetPOATie.compare(SortedSet collector, Comparator comparison)
           
 int _SortedSetStub.compare(SortedSet collector, Comparator comparison)
           
 

Constructors in org.omg.CosCollection with parameters of type SortedSet
SortedSetHolder(SortedSet initial)