Uses of Interface
org.omg.CosCollection.KeySetOperations

Packages that use KeySetOperations
org.omg.CosCollection   
 

Uses of KeySetOperations in org.omg.CosCollection
 

Subinterfaces of KeySetOperations in org.omg.CosCollection
 interface KeySet
          Generated from IDL interface "KeySet"
 

Classes in org.omg.CosCollection that implement KeySetOperations
 class _KeySetStub
          Generated from IDL interface "KeySet"
 class KeySetPOA
          Generated from IDL interface "KeySet"
 class KeySetPOATie
          Generated from IDL interface "KeySet"
 

Methods in org.omg.CosCollection that return KeySetOperations
 KeySetOperations KeySetPOATie._delegate()
           
 

Methods in org.omg.CosCollection with parameters of type KeySetOperations
 void KeySetPOATie._delegate(KeySetOperations delegate)
           
 

Constructors in org.omg.CosCollection with parameters of type KeySetOperations
KeySetPOATie(KeySetOperations delegate)
           
KeySetPOATie(KeySetOperations delegate, POA poa)