Java Platform 1.2

Uses of Interface
java.util.Iterator

Packages that use Iterator
java.awt.dnd Provides interfaces and classes for supporting drag-and-drop operations. 
java.beans.beancontext Provides classes and interfaces relating to bean context. 
java.util Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array). 
 

Uses of Iterator in java.awt.dnd
 

Methods in java.awt.dnd that return Iterator
 Iterator DragGestureEvent.iterator()
           
 

Uses of Iterator in java.beans.beancontext
 

Classes in java.beans.beancontext that implement Iterator
protected static class BeanContextSupport.BCSIterator
          protected final subclass that encapsulates an iterator but implements a noop remove() method.
 

Methods in java.beans.beancontext that return Iterator
 Iterator BeanContextSupport.iterator()
           
protected  Iterator BeanContextSupport.bcsChildren()
           
 Iterator BeanContextServiceAvailableEvent.getCurrentServiceSelectors()
           
 Iterator BeanContextServiceProvider.getCurrentServiceSelectors(BeanContextServices bcs, Class serviceClass)
           
 Iterator BeanContextServices.getCurrentServiceClasses()
          return the currently available services
 Iterator BeanContextServices.getCurrentServiceSelectors(Class serviceClass)
           
 Iterator BeanContextMembershipEvent.iterator()
           
 Iterator BeanContextServicesSupport.getCurrentServiceClasses()
           
 Iterator BeanContextServicesSupport.getCurrentServiceSelectors(Class serviceClass)
           
 Iterator BeanContextServicesSupport.BCSSProxyServiceProvider.getCurrentServiceSelectors(BeanContextServices bcs, Class serviceClass)
           
 

Uses of Iterator in java.util
 

Subinterfaces of Iterator in java.util
 interface ListIterator
          An iterator for lists that allows the programmer to traverse the list in either direction and modify the list during iteration.
 

Methods in java.util that return Iterator
 Iterator Set.iterator()
          Returns an iterator over the elements in this set.
abstract  Iterator AbstractCollection.iterator()
          Returns an iterator over the elements contained in this collection.
 Iterator AbstractList.iterator()
          Returns an iterator over the elements in this list in proper sequence.
 Iterator AbstractSequentialList.iterator()
          Returns an iterator over the elements in this list (in proper sequence). This implementation merely returns a list iterator over the list.
 Iterator TreeSet.iterator()
          Returns an iterator over the elements in this set.
 Iterator Collection.iterator()
          Returns an iterator over the elements in this collection.
 Iterator HashSet.iterator()
          Returns an iterator over the elements in this set.
 Iterator List.iterator()
          Returns an iterator over the elements in this list in proper sequence.
 


Java Platform 1.2

Submit a bug or feature Version 1.2 of Java Platform API Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.