Uses of Interface
org.omg.CosCollection.KeySortedSet

Packages that use KeySortedSet
org.omg.CosCollection   
 

Uses of KeySortedSet in org.omg.CosCollection
 

Classes in org.omg.CosCollection that implement KeySortedSet
 class _KeySortedSetStub
          Generated from IDL interface "KeySortedSet"
 

Fields in org.omg.CosCollection declared as KeySortedSet
 KeySortedSet KeySortedSetHolder.value
           
 

Methods in org.omg.CosCollection that return KeySortedSet
 KeySortedSet KeySortedSetPOATie._this()
           
 KeySortedSet KeySortedSetPOATie._this(ORB orb)
           
 KeySortedSet KeySortedSetPOA._this()
           
 KeySortedSet KeySortedSetPOA._this(ORB orb)
           
 KeySortedSet _KeySortedSetFactoryStub.create(Operations ops, int expected_size)
           
static KeySortedSet KeySortedSetHelper.extract(Any any)
           
static KeySortedSet KeySortedSetHelper.read(InputStream in)
           
static KeySortedSet KeySortedSetHelper.narrow(java.lang.Object obj)
           
static KeySortedSet KeySortedSetHelper.narrow(Object obj)
           
static KeySortedSet KeySortedSetHelper.unchecked_narrow(Object obj)
           
 KeySortedSet KeySortedSetFactoryPOATie.create(Operations ops, int expected_size)
           
 KeySortedSet KeySortedSetFactoryOperations.create(Operations ops, int expected_size)
           
 

Methods in org.omg.CosCollection with parameters of type KeySortedSet
 int KeySortedSetPOATie.compare(KeySortedSet collector, Comparator comparison)
           
 int _KeySortedSetStub.compare(KeySortedSet collector, Comparator comparison)
           
 int KeySortedSetOperations.compare(KeySortedSet collector, Comparator comparison)
           
static void KeySortedSetHelper.insert(Any any, KeySortedSet s)
           
static void KeySortedSetHelper.write(OutputStream _out, KeySortedSet s)
           
 

Constructors in org.omg.CosCollection with parameters of type KeySortedSet
KeySortedSetHolder(KeySortedSet initial)