Uses of Interface
org.omg.CosCollection.Map

Packages that use Map
org.omg.CosCollection   
 

Uses of Map in org.omg.CosCollection
 

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

Fields in org.omg.CosCollection declared as Map
 Map MapHolder.value
           
 

Methods in org.omg.CosCollection that return Map
 Map MapPOATie._this()
           
 Map MapPOATie._this(ORB orb)
           
 Map MapPOA._this()
           
 Map MapPOA._this(ORB orb)
           
 Map _MapFactoryStub.create(Operations ops, int expected_size)
           
static Map MapHelper.extract(Any any)
           
static Map MapHelper.read(InputStream in)
           
static Map MapHelper.narrow(java.lang.Object obj)
           
static Map MapHelper.narrow(Object obj)
           
static Map MapHelper.unchecked_narrow(Object obj)
           
 Map MapFactoryPOATie.create(Operations ops, int expected_size)
           
 Map MapFactoryOperations.create(Operations ops, int expected_size)
           
 

Methods in org.omg.CosCollection with parameters of type Map
 void MapPOATie.add_intersection(Map collector1, Map collector2)
           
 void MapPOATie.difference_with(Map collector)
           
 void MapPOATie.intersection_with(Map collector)
           
 void MapPOATie.union_with(Map collector)
           
 boolean MapPOATie.equal(Map collector)
           
 void MapPOATie.add_union(Map collector1, Map collector2)
           
 void MapPOATie.add_difference(Map collector1, Map collector2)
           
 boolean MapPOATie.not_equal(Map collector)
           
 void _MapStub.add_intersection(Map collector1, Map collector2)
           
 void _MapStub.difference_with(Map collector)
           
 void _MapStub.intersection_with(Map collector)
           
 void _MapStub.union_with(Map collector)
           
 boolean _MapStub.equal(Map collector)
           
 void _MapStub.add_union(Map collector1, Map collector2)
           
 void _MapStub.add_difference(Map collector1, Map collector2)
           
 boolean _MapStub.not_equal(Map collector)
           
 void MapOperations.difference_with(Map collector)
           
 void MapOperations.add_difference(Map collector1, Map collector2)
           
 void MapOperations.intersection_with(Map collector)
           
 void MapOperations.add_intersection(Map collector1, Map collector2)
           
 void MapOperations.union_with(Map collector)
           
 void MapOperations.add_union(Map collector1, Map collector2)
           
 boolean MapOperations.equal(Map collector)
           
 boolean MapOperations.not_equal(Map collector)
           
static void MapHelper.insert(Any any, Map s)
           
static void MapHelper.write(OutputStream _out, Map s)
           
 

Constructors in org.omg.CosCollection with parameters of type Map
MapHolder(Map initial)