Uses of Interface
org.omg.CosCollection.EqualityKeySortedCollection

Packages that use EqualityKeySortedCollection
org.omg.CosCollection   
 

Uses of EqualityKeySortedCollection in org.omg.CosCollection
 

Subinterfaces of EqualityKeySortedCollection in org.omg.CosCollection
 interface SortedMap
          Generated from IDL interface "SortedMap"
 interface SortedRelation
          Generated from IDL interface "SortedRelation"
 

Classes in org.omg.CosCollection that implement EqualityKeySortedCollection
 class _EqualityKeySortedCollectionStub
          Generated from IDL interface "EqualityKeySortedCollection"
 class _SortedMapStub
          Generated from IDL interface "SortedMap"
 class _SortedRelationStub
          Generated from IDL interface "SortedRelation"
 

Fields in org.omg.CosCollection declared as EqualityKeySortedCollection
 EqualityKeySortedCollection EqualityKeySortedCollectionHolder.value
           
 

Methods in org.omg.CosCollection that return EqualityKeySortedCollection
static EqualityKeySortedCollection EqualityKeySortedCollectionHelper.extract(Any any)
           
static EqualityKeySortedCollection EqualityKeySortedCollectionHelper.read(InputStream in)
           
static EqualityKeySortedCollection EqualityKeySortedCollectionHelper.narrow(java.lang.Object obj)
           
static EqualityKeySortedCollection EqualityKeySortedCollectionHelper.narrow(Object obj)
           
static EqualityKeySortedCollection EqualityKeySortedCollectionHelper.unchecked_narrow(Object obj)
           
 EqualityKeySortedCollection EqualityKeySortedCollectionPOA._this()
           
 EqualityKeySortedCollection EqualityKeySortedCollectionPOA._this(ORB orb)
           
 EqualityKeySortedCollection EqualityKeySortedCollectionPOATie._this()
           
 EqualityKeySortedCollection EqualityKeySortedCollectionPOATie._this(ORB orb)
           
 

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

Constructors in org.omg.CosCollection with parameters of type EqualityKeySortedCollection
EqualityKeySortedCollectionHolder(EqualityKeySortedCollection initial)