Java Platform 1.2
Beta 4

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 Provides useful utilities for data structures, date, time, internationalization, events (root interfaces), a simple string tokenizer, a random-number generator, observers, properties and exceptions.  
 

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  BeanContextSupport.BCSIterator
          protected final subclass that encapsulates an iterator but implements a noop remove() method.
 

Methods in java.beans.beancontext that return Iterator
 Iterator BeanContextMembershipEvent.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 BeanContextServicesSupport.getCurrentServiceClasses()
           
 Iterator BeanContextServicesSupport.getCurrentServiceSelectors(Class serviceClass)
           
 

Uses of Iterator in java.util
 

Subinterfaces of Iterator in java.util
  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).
 Iterator TreeSet.iterator()
          Returns an Iterator over the elements in this TreeSet.
 Iterator Collection.iterator()
          Returns an Iterator over the elements in this Collection.
 Iterator HashSet.iterator()
          Returns an Iterator over the elements in this HashSet.
 Iterator List.iterator()
          Returns an Iterator over the elements in this List in proper sequence.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
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.
This documentation was generated with a post-Beta4 version of Javadoc.