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
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 KeySortedSetPOA._this()
           
 KeySortedSet KeySortedSetPOA._this(ORB orb)
           
 KeySortedSet KeySortedSetFactoryPOATie.create(Operations ops, int expected_size)
           
 KeySortedSet KeySortedSetPOATie._this()
           
 KeySortedSet KeySortedSetPOATie._this(ORB orb)
           
 KeySortedSet KeySortedSetFactoryOperations.create(Operations ops, int expected_size)
           
 KeySortedSet _KeySortedSetFactoryStub.create(Operations ops, int expected_size)
           
 

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

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