Uses of Interface
org.omg.CosCollection.SortedMap

Packages that use SortedMap
org.omg.CosCollection   
 

Uses of SortedMap in org.omg.CosCollection
 

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

Fields in org.omg.CosCollection declared as SortedMap
 SortedMap SortedMapHolder.value
           
 

Methods in org.omg.CosCollection that return SortedMap
static SortedMap SortedMapHelper.extract(Any any)
           
static SortedMap SortedMapHelper.read(InputStream in)
           
static SortedMap SortedMapHelper.narrow(java.lang.Object obj)
           
static SortedMap SortedMapHelper.narrow(Object obj)
           
static SortedMap SortedMapHelper.unchecked_narrow(Object obj)
           
 SortedMap SortedMapPOA._this()
           
 SortedMap SortedMapPOA._this(ORB orb)
           
 SortedMap SortedMapPOATie._this()
           
 SortedMap SortedMapPOATie._this(ORB orb)
           
 SortedMap SortedMapFactoryOperations.create(Operations ops, int expected_size)
           
 SortedMap SortedMapFactoryPOATie.create(Operations ops, int expected_size)
           
 SortedMap _SortedMapFactoryStub.create(Operations ops, int expected_size)
           
 

Methods in org.omg.CosCollection with parameters of type SortedMap
 int SortedMapOperations.compare(SortedMap collector, Comparator comparison)
           
static void SortedMapHelper.insert(Any any, SortedMap s)
           
static void SortedMapHelper.write(OutputStream _out, SortedMap s)
           
 int SortedMapPOATie.compare(SortedMap collector, Comparator comparison)
           
 int _SortedMapStub.compare(SortedMap collector, Comparator comparison)
           
 

Constructors in org.omg.CosCollection with parameters of type SortedMap
SortedMapHolder(SortedMap initial)