Uses of Interface
org.omg.CosCollection.ComparatorOperations

Packages that use ComparatorOperations
org.omg.CosCollection   
 

Uses of ComparatorOperations in org.omg.CosCollection
 

Subinterfaces of ComparatorOperations in org.omg.CosCollection
 interface Comparator
          Generated from IDL interface "Comparator"
 

Classes in org.omg.CosCollection that implement ComparatorOperations
 class _ComparatorStub
          Generated from IDL interface "Comparator"
 class ComparatorPOA
          Generated from IDL interface "Comparator"
 class ComparatorPOATie
          Generated from IDL interface "Comparator"
 

Methods in org.omg.CosCollection that return ComparatorOperations
 ComparatorOperations ComparatorPOATie._delegate()
           
 

Methods in org.omg.CosCollection with parameters of type ComparatorOperations
 void ComparatorPOATie._delegate(ComparatorOperations delegate)
           
 

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