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
 SortedSet SortedSetPOA._this()
           
 SortedSet SortedSetPOA._this(ORB orb)
           
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 _SortedSetFactoryStub.create(Operations ops, int expected_size)
           
 SortedSet SortedSetFactoryPOATie.create(Operations ops, int expected_size)
           
 SortedSet SortedSetFactoryOperations.create(Operations ops, int expected_size)
           
 SortedSet SortedSetPOATie._this()
           
 SortedSet SortedSetPOATie._this(ORB orb)
           
 

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

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