Uses of Interface
org.omg.CosCollection.KeyIterator

Packages that use KeyIterator
org.omg.CosCollection   
 

Uses of KeyIterator in org.omg.CosCollection
 

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

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

Fields in org.omg.CosCollection declared as KeyIterator
 KeyIterator KeyIteratorHolder.value
           
 

Methods in org.omg.CosCollection that return KeyIterator
 KeyIterator KeyIteratorPOATie._this()
           
 KeyIterator KeyIteratorPOATie._this(ORB orb)
           
 KeyIterator KeyIteratorPOA._this()
           
 KeyIterator KeyIteratorPOA._this(ORB orb)
           
static KeyIterator KeyIteratorHelper.extract(Any any)
           
static KeyIterator KeyIteratorHelper.read(InputStream in)
           
static KeyIterator KeyIteratorHelper.narrow(java.lang.Object obj)
           
static KeyIterator KeyIteratorHelper.narrow(Object obj)
           
static KeyIterator KeyIteratorHelper.unchecked_narrow(Object obj)
           
 

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

Constructors in org.omg.CosCollection with parameters of type KeyIterator
KeyIteratorHolder(KeyIterator initial)