Uses of Interface
org.omg.CosCollection.SortedSetOperations

Packages that use SortedSetOperations
org.omg.CosCollection   
 

Uses of SortedSetOperations in org.omg.CosCollection
 

Subinterfaces of SortedSetOperations in org.omg.CosCollection
 interface SortedSet
          Generated from IDL interface "SortedSet"
 

Classes in org.omg.CosCollection that implement SortedSetOperations
 class _SortedSetStub
          Generated from IDL interface "SortedSet"
 class SortedSetPOA
          Generated from IDL interface "SortedSet"
 class SortedSetPOATie
          Generated from IDL interface "SortedSet"
 

Methods in org.omg.CosCollection that return SortedSetOperations
 SortedSetOperations SortedSetPOATie._delegate()
           
 

Methods in org.omg.CosCollection with parameters of type SortedSetOperations
 void SortedSetPOATie._delegate(SortedSetOperations delegate)
           
 

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