Uses of Interface
org.omg.CosCollection.EqualityCollection

Packages that use EqualityCollection
org.omg.CosCollection   
 

Uses of EqualityCollection in org.omg.CosCollection
 

Subinterfaces of EqualityCollection in org.omg.CosCollection
 interface Bag
          Generated from IDL interface "Bag"
 interface EqualityKeyCollection
          Generated from IDL interface "EqualityKeyCollection"
 interface EqualityKeySortedCollection
          Generated from IDL interface "EqualityKeySortedCollection"
 interface EqualitySequence
          Generated from IDL interface "EqualitySequence"
 interface EqualitySequentialCollection
          Generated from IDL interface "EqualitySequentialCollection"
 interface EqualitySortedCollection
          Generated from IDL interface "EqualitySortedCollection"
 interface Map
          Generated from IDL interface "Map"
 interface Relation
          Generated from IDL interface "Relation"
 interface Set
          Generated from IDL interface "Set"
 interface SortedBag
          Generated from IDL interface "SortedBag"
 interface SortedMap
          Generated from IDL interface "SortedMap"
 interface SortedRelation
          Generated from IDL interface "SortedRelation"
 interface SortedSet
          Generated from IDL interface "SortedSet"
 

Classes in org.omg.CosCollection that implement EqualityCollection
 class _BagStub
          Generated from IDL interface "Bag"
 class _EqualityCollectionStub
          Generated from IDL interface "EqualityCollection"
 class _EqualityKeyCollectionStub
          Generated from IDL interface "EqualityKeyCollection"
 class _EqualityKeySortedCollectionStub
          Generated from IDL interface "EqualityKeySortedCollection"
 class _EqualitySequenceStub
          Generated from IDL interface "EqualitySequence"
 class _EqualitySequentialCollectionStub
          Generated from IDL interface "EqualitySequentialCollection"
 class _EqualitySortedCollectionStub
          Generated from IDL interface "EqualitySortedCollection"
 class _MapStub
          Generated from IDL interface "Map"
 class _RelationStub
          Generated from IDL interface "Relation"
 class _SetStub
          Generated from IDL interface "Set"
 class _SortedBagStub
          Generated from IDL interface "SortedBag"
 class _SortedMapStub
          Generated from IDL interface "SortedMap"
 class _SortedRelationStub
          Generated from IDL interface "SortedRelation"
 class _SortedSetStub
          Generated from IDL interface "SortedSet"
 

Fields in org.omg.CosCollection declared as EqualityCollection
 EqualityCollection EqualityCollectionHolder.value
           
 

Methods in org.omg.CosCollection that return EqualityCollection
 EqualityCollection EqualityCollectionPOATie._this()
           
 EqualityCollection EqualityCollectionPOATie._this(ORB orb)
           
 EqualityCollection EqualityCollectionPOA._this()
           
 EqualityCollection EqualityCollectionPOA._this(ORB orb)
           
static EqualityCollection EqualityCollectionHelper.extract(Any any)
           
static EqualityCollection EqualityCollectionHelper.read(InputStream in)
           
static EqualityCollection EqualityCollectionHelper.narrow(java.lang.Object obj)
           
static EqualityCollection EqualityCollectionHelper.narrow(Object obj)
           
static EqualityCollection EqualityCollectionHelper.unchecked_narrow(Object obj)
           
 

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

Constructors in org.omg.CosCollection with parameters of type EqualityCollection
EqualityCollectionHolder(EqualityCollection initial)