Spec-Zone .ru
спецификации, руководства, описания, API
JavaTM 2 Platform
Standard Edition

Uses of Interface
java.util.Iterator

Packages that use Iterator
java.awt.dnd Drag and Drop is a direct manipulation gesture found in many Graphical User Interface systems that provides a mechanism to transfer information between two entities logically associated with presentation elements in the GUI. 
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()
          This method returns an Iterator for the events comprising the gesture.
 

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).
 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.
 


JavaTM 2 Platform
Standard Edition

Submit a bug or feature
Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.