Uses of Interface
org.omg.CosCollection.KeyCollection

Packages that use KeyCollection
org.omg.CosCollection   
 

Uses of KeyCollection in org.omg.CosCollection
 

Subinterfaces of KeyCollection in org.omg.CosCollection
 interface EqualityKeyCollection
          Generated from IDL interface "EqualityKeyCollection"
 interface EqualityKeySortedCollection
          Generated from IDL interface "EqualityKeySortedCollection"
 interface KeyBag
          Generated from IDL interface "KeyBag"
 interface KeySet
          Generated from IDL interface "KeySet"
 interface KeySortedBag
          Generated from IDL interface "KeySortedBag"
 interface KeySortedCollection
          Generated from IDL interface "KeySortedCollection"
 interface KeySortedSet
          Generated from IDL interface "KeySortedSet"
 interface Map
          Generated from IDL interface "Map"
 interface Relation
          Generated from IDL interface "Relation"
 interface SortedMap
          Generated from IDL interface "SortedMap"
 interface SortedRelation
          Generated from IDL interface "SortedRelation"
 

Classes in org.omg.CosCollection that implement KeyCollection
 class _EqualityKeyCollectionStub
          Generated from IDL interface "EqualityKeyCollection"
 class _EqualityKeySortedCollectionStub
          Generated from IDL interface "EqualityKeySortedCollection"
 class _KeyBagStub
          Generated from IDL interface "KeyBag"
 class _KeyCollectionStub
          Generated from IDL interface "KeyCollection"
 class _KeySetStub
          Generated from IDL interface "KeySet"
 class _KeySortedBagStub
          Generated from IDL interface "KeySortedBag"
 class _KeySortedCollectionStub
          Generated from IDL interface "KeySortedCollection"
 class _KeySortedSetStub
          Generated from IDL interface "KeySortedSet"
 class _MapStub
          Generated from IDL interface "Map"
 class _RelationStub
          Generated from IDL interface "Relation"
 class _SortedMapStub
          Generated from IDL interface "SortedMap"
 class _SortedRelationStub
          Generated from IDL interface "SortedRelation"
 

Fields in org.omg.CosCollection declared as KeyCollection
 KeyCollection KeyCollectionHolder.value
           
 

Methods in org.omg.CosCollection that return KeyCollection
 KeyCollection KeyCollectionPOA._this()
           
 KeyCollection KeyCollectionPOA._this(ORB orb)
           
 KeyCollection KeyCollectionPOATie._this()
           
 KeyCollection KeyCollectionPOATie._this(ORB orb)
           
static KeyCollection KeyCollectionHelper.extract(Any any)
           
static KeyCollection KeyCollectionHelper.read(InputStream in)
           
static KeyCollection KeyCollectionHelper.narrow(java.lang.Object obj)
           
static KeyCollection KeyCollectionHelper.narrow(Object obj)
           
static KeyCollection KeyCollectionHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.CosCollection with parameters of type KeyCollection
 boolean _SortedRelationStub.contains_all_keys_from(KeyCollection collector)
           
 boolean KeySetPOATie.contains_all_keys_from(KeyCollection collector)
           
 boolean _SortedMapStub.contains_all_keys_from(KeyCollection collector)
           
 boolean KeyCollectionPOATie.contains_all_keys_from(KeyCollection collector)
           
 boolean MapPOATie.contains_all_keys_from(KeyCollection collector)
           
 boolean KeyCollectionOperations.contains_all_keys_from(KeyCollection collector)
           
 boolean KeySortedBagPOATie.contains_all_keys_from(KeyCollection collector)
           
 boolean _EqualityKeySortedCollectionStub.contains_all_keys_from(KeyCollection collector)
           
 boolean SortedRelationPOATie.contains_all_keys_from(KeyCollection collector)
           
 boolean KeySortedSetPOATie.contains_all_keys_from(KeyCollection collector)
           
 boolean _EqualityKeyCollectionStub.contains_all_keys_from(KeyCollection collector)
           
 boolean _KeySortedSetStub.contains_all_keys_from(KeyCollection collector)
           
 boolean _RelationStub.contains_all_keys_from(KeyCollection collector)
           
 boolean EqualityKeyCollectionPOATie.contains_all_keys_from(KeyCollection collector)
           
 boolean _KeyCollectionStub.contains_all_keys_from(KeyCollection collector)
           
 boolean _KeySortedBagStub.contains_all_keys_from(KeyCollection collector)
           
 boolean _KeySetStub.contains_all_keys_from(KeyCollection collector)
           
 boolean SortedMapPOATie.contains_all_keys_from(KeyCollection collector)
           
 boolean _MapStub.contains_all_keys_from(KeyCollection collector)
           
 boolean KeyBagPOATie.contains_all_keys_from(KeyCollection collector)
           
 boolean _KeyBagStub.contains_all_keys_from(KeyCollection collector)
           
static void KeyCollectionHelper.insert(Any any, KeyCollection s)
           
static void KeyCollectionHelper.write(OutputStream _out, KeyCollection s)
           
 boolean KeySortedCollectionPOATie.contains_all_keys_from(KeyCollection collector)
           
 boolean RelationPOATie.contains_all_keys_from(KeyCollection collector)
           
 boolean _KeySortedCollectionStub.contains_all_keys_from(KeyCollection collector)
           
 boolean EqualityKeySortedCollectionPOATie.contains_all_keys_from(KeyCollection collector)
           
 

Constructors in org.omg.CosCollection with parameters of type KeyCollection
KeyCollectionHolder(KeyCollection initial)