Uses of Interface
org.omg.CosCollection.MapOperations

Packages that use MapOperations
org.omg.CosCollection   
 

Uses of MapOperations in org.omg.CosCollection
 

Subinterfaces of MapOperations in org.omg.CosCollection
 interface Map
          Generated from IDL interface "Map"
 

Classes in org.omg.CosCollection that implement MapOperations
 class _MapStub
          Generated from IDL interface "Map"
 class MapPOA
          Generated from IDL interface "Map"
 class MapPOATie
          Generated from IDL interface "Map"
 

Methods in org.omg.CosCollection that return MapOperations
 MapOperations MapPOATie._delegate()
           
 

Methods in org.omg.CosCollection with parameters of type MapOperations
 void MapPOATie._delegate(MapOperations delegate)
           
 

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