Uses of Interface
org.omg.CosCollection.EqualityKeyCollection

Packages that use EqualityKeyCollection
org.omg.CosCollection   
 

Uses of EqualityKeyCollection in org.omg.CosCollection
 

Subinterfaces of EqualityKeyCollection in org.omg.CosCollection
 interface Map
          Generated from IDL interface "Map"
 interface Relation
          Generated from IDL interface "Relation"
 

Classes in org.omg.CosCollection that implement EqualityKeyCollection
 class _EqualityKeyCollectionStub
          Generated from IDL interface "EqualityKeyCollection"
 class _MapStub
          Generated from IDL interface "Map"
 class _RelationStub
          Generated from IDL interface "Relation"
 

Fields in org.omg.CosCollection declared as EqualityKeyCollection
 EqualityKeyCollection EqualityKeyCollectionHolder.value
           
 

Methods in org.omg.CosCollection that return EqualityKeyCollection
 EqualityKeyCollection EqualityKeyCollectionPOATie._this()
           
 EqualityKeyCollection EqualityKeyCollectionPOATie._this(ORB orb)
           
 EqualityKeyCollection EqualityKeyCollectionPOA._this()
           
 EqualityKeyCollection EqualityKeyCollectionPOA._this(ORB orb)
           
static EqualityKeyCollection EqualityKeyCollectionHelper.extract(Any any)
           
static EqualityKeyCollection EqualityKeyCollectionHelper.read(InputStream in)
           
static EqualityKeyCollection EqualityKeyCollectionHelper.narrow(java.lang.Object obj)
           
static EqualityKeyCollection EqualityKeyCollectionHelper.narrow(Object obj)
           
static EqualityKeyCollection EqualityKeyCollectionHelper.unchecked_narrow(Object obj)
           
 

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

Constructors in org.omg.CosCollection with parameters of type EqualityKeyCollection
EqualityKeyCollectionHolder(EqualityKeyCollection initial)