Uses of Interface
org.omg.CosCollection.SortedMapOperations

Packages that use SortedMapOperations
org.omg.CosCollection   
 

Uses of SortedMapOperations in org.omg.CosCollection
 

Subinterfaces of SortedMapOperations in org.omg.CosCollection
 interface SortedMap
          Generated from IDL interface "SortedMap"
 

Classes in org.omg.CosCollection that implement SortedMapOperations
 class _SortedMapStub
          Generated from IDL interface "SortedMap"
 class SortedMapPOA
          Generated from IDL interface "SortedMap"
 class SortedMapPOATie
          Generated from IDL interface "SortedMap"
 

Methods in org.omg.CosCollection that return SortedMapOperations
 SortedMapOperations SortedMapPOATie._delegate()
           
 

Methods in org.omg.CosCollection with parameters of type SortedMapOperations
 void SortedMapPOATie._delegate(SortedMapOperations delegate)
           
 

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