Uses of Interface
org.omg.CosCollection.KeySortedCollection

Packages that use KeySortedCollection
org.omg.CosCollection   
 

Uses of KeySortedCollection in org.omg.CosCollection
 

Subinterfaces of KeySortedCollection in org.omg.CosCollection
 interface KeySortedBag
          Generated from IDL interface "KeySortedBag"
 interface KeySortedSet
          Generated from IDL interface "KeySortedSet"
 

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

Fields in org.omg.CosCollection declared as KeySortedCollection
 KeySortedCollection KeySortedCollectionHolder.value
           
 

Methods in org.omg.CosCollection that return KeySortedCollection
 KeySortedCollection KeySortedCollectionPOATie._this()
           
 KeySortedCollection KeySortedCollectionPOATie._this(ORB orb)
           
 KeySortedCollection KeySortedCollectionPOA._this()
           
 KeySortedCollection KeySortedCollectionPOA._this(ORB orb)
           
static KeySortedCollection KeySortedCollectionHelper.extract(Any any)
           
static KeySortedCollection KeySortedCollectionHelper.read(InputStream in)
           
static KeySortedCollection KeySortedCollectionHelper.narrow(java.lang.Object obj)
           
static KeySortedCollection KeySortedCollectionHelper.narrow(Object obj)
           
static KeySortedCollection KeySortedCollectionHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.CosCollection with parameters of type KeySortedCollection
static void KeySortedCollectionHelper.insert(Any any, KeySortedCollection s)
           
static void KeySortedCollectionHelper.write(OutputStream _out, KeySortedCollection s)
           
 

Constructors in org.omg.CosCollection with parameters of type KeySortedCollection
KeySortedCollectionHolder(KeySortedCollection initial)