Uses of Interface
org.omg.CosCollection.KeySortedIterator

Packages that use KeySortedIterator
org.omg.CosCollection   
 

Uses of KeySortedIterator in org.omg.CosCollection
 

Subinterfaces of KeySortedIterator in org.omg.CosCollection
 interface EqualityKeySortedIterator
          Generated from IDL interface "EqualityKeySortedIterator"
 

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

Fields in org.omg.CosCollection declared as KeySortedIterator
 KeySortedIterator KeySortedIteratorHolder.value
           
 

Methods in org.omg.CosCollection that return KeySortedIterator
 KeySortedIterator KeySortedIteratorPOATie._this()
           
 KeySortedIterator KeySortedIteratorPOATie._this(ORB orb)
           
 KeySortedIterator KeySortedIteratorPOA._this()
           
 KeySortedIterator KeySortedIteratorPOA._this(ORB orb)
           
static KeySortedIterator KeySortedIteratorHelper.extract(Any any)
           
static KeySortedIterator KeySortedIteratorHelper.read(InputStream in)
           
static KeySortedIterator KeySortedIteratorHelper.narrow(java.lang.Object obj)
           
static KeySortedIterator KeySortedIteratorHelper.narrow(Object obj)
           
static KeySortedIterator KeySortedIteratorHelper.unchecked_narrow(Object obj)
           
 

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

Constructors in org.omg.CosCollection with parameters of type KeySortedIterator
KeySortedIteratorHolder(KeySortedIterator initial)