Uses of Interface
org.omg.CosCollection.EqualityKeySortedIterator

Packages that use EqualityKeySortedIterator
org.omg.CosCollection   
 

Uses of EqualityKeySortedIterator in org.omg.CosCollection
 

Classes in org.omg.CosCollection that implement EqualityKeySortedIterator
 class _EqualityKeySortedIteratorStub
          Generated from IDL interface "EqualityKeySortedIterator"
 

Fields in org.omg.CosCollection declared as EqualityKeySortedIterator
 EqualityKeySortedIterator EqualityKeySortedIteratorHolder.value
           
 

Methods in org.omg.CosCollection that return EqualityKeySortedIterator
 EqualityKeySortedIterator EqualityKeySortedIteratorPOATie._this()
           
 EqualityKeySortedIterator EqualityKeySortedIteratorPOATie._this(ORB orb)
           
static EqualityKeySortedIterator EqualityKeySortedIteratorHelper.extract(Any any)
           
static EqualityKeySortedIterator EqualityKeySortedIteratorHelper.read(InputStream in)
           
static EqualityKeySortedIterator EqualityKeySortedIteratorHelper.narrow(java.lang.Object obj)
           
static EqualityKeySortedIterator EqualityKeySortedIteratorHelper.narrow(Object obj)
           
static EqualityKeySortedIterator EqualityKeySortedIteratorHelper.unchecked_narrow(Object obj)
           
 EqualityKeySortedIterator EqualityKeySortedIteratorPOA._this()
           
 EqualityKeySortedIterator EqualityKeySortedIteratorPOA._this(ORB orb)
           
 

Methods in org.omg.CosCollection with parameters of type EqualityKeySortedIterator
static void EqualityKeySortedIteratorHelper.insert(Any any, EqualityKeySortedIterator s)
           
static void EqualityKeySortedIteratorHelper.write(OutputStream _out, EqualityKeySortedIterator s)
           
 

Constructors in org.omg.CosCollection with parameters of type EqualityKeySortedIterator
EqualityKeySortedIteratorHolder(EqualityKeySortedIterator initial)