Uses of Interface
java.util.Iterator
Packages that useIterator
Package
Description
This package defines JDI events and event processing.
Provides utilities for operations on abstract syntax trees (AST).
Provides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context.
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.
Provides classes and interfaces relating to bean context.
Provides classes that are fundamental to the design of the Java programming language.
Service-provider classes for the
java.nio.charset package.Defines interfaces and classes for the Java virtual machine to access files, file attributes, and file systems.
Provides classes and interfaces for parsing and managing certificates, certificate revocation lists (CRLs), and certification paths.
Provides the API for accessing and processing data stored in a data source (usually a relational database) using the Java programming language.
Contains the collections framework, some internationalization support classes, a service loader, properties, random number generation, string parsing and scanning classes, base64 encoding and decoding, a bit array, and several miscellaneous utility classes.
Utility classes commonly useful in concurrent programming.
Classes to support functional-style operations on streams of elements, such as map-reduce transformations on collections.
The main package of the Java Image I/O API.
A package of the Java Image I/O API containing the plug-in interfaces for readers, writers, transcoders, and streams, and a runtime registry.
Provides interfaces for tools which can be invoked from a program, for example, compilers.
Common classes for XML cryptography.
DOM-specific classes for the
javax.xml.crypto package. Defines XML Namespace processing.
Defines interfaces and classes for the Streaming API for XML (StAX).
Defines event interfaces for the Streaming API for XML (StAX).
Provides utility classes for the Streaming API for XML (StAX).
Provides anobject-model neutral API for the evaluation of XPath expressions and access to the evaluation environment.
Uses ofIterator incom.sun.jdi.event
Subinterfaces ofIterator incom.sun.jdi.eventUses ofIterator incom.sun.source.util
Methods incom.sun.source.util that returnIteratorUses ofIterator injava.applet
Methods injava.applet that returnIteratorModifier and TypeMethodDescriptionAppletContext.getStreamKeys()Deprecated, for removal: This API element is subject to removal in a future version.Finds all the keys of the streams in this applet context.Uses ofIterator injava.awt.dnd
Methods injava.awt.dnd that returnIteratorModifier and TypeMethodDescriptionDragGestureEvent.iterator()Returns anIteratorfor the events comprising the gesture.Uses ofIterator injava.beans.beancontext
Classes injava.beans.beancontext that implementIteratorModifier and TypeClassDescriptionprotected static final classprotected final subclass that encapsulates an iterator but implements a noop remove() method.Methods injava.beans.beancontext that returnIteratorModifier and TypeMethodDescriptionprotectedIterator<BeanContextSupport.BCSChild>BeanContextSupport.bcsChildren()Returns an iterator of all children of thisBeanContext.Iterator<?>BeanContextServices.getCurrentServiceClasses()Gets the currently available services for this context.BeanContextServicesSupport.getCurrentServiceClasses()Iterator<?>BeanContextServiceAvailableEvent.getCurrentServiceSelectors()Gets the list of service dependent selectors.Iterator<?>BeanContextServiceProvider.getCurrentServiceSelectors(BeanContextServices bcs,Class<?> serviceClass) Invoked byBeanContextServices, this method gets the current service selectors for the specified service.Iterator<?>BeanContextServices.getCurrentServiceSelectors(Class<?> serviceClass) Gets the list of service dependent service parameters (Service Selectors) for the specified service, by calling getCurrentServiceSelectors() on the underlying BeanContextServiceProvider.Iterator<?>BeanContextServicesSupport.BCSSProxyServiceProvider.getCurrentServiceSelectors(BeanContextServices bcs,Class<?> serviceClass) Iterator<?>BeanContextServicesSupport.getCurrentServiceSelectors(Class<?> serviceClass) BeanContextMembershipEvent.iterator()Gets the array of children affected by this event.BeanContextSupport.iterator()Gets all JavaBean orBeanContextinstances currently nested in thisBeanContext.Uses ofIterator injava.lang
Uses ofIterator injava.nio.charset.spi
Methods injava.nio.charset.spi that returnIteratorUses ofIterator injava.nio.file
Methods injava.nio.file that returnIteratorUses ofIterator injava.security.cert
Methods injava.security.cert that returnIteratorModifier and TypeMethodDescriptionCertificateFactorySpi.engineGetCertPathEncodings()Returns an iteration of theCertPathencodings supported by this certificate factory, with the default encoding first.CertificateFactory.getCertPathEncodings()Returns an iteration of theCertPathencodings supported by this certificate factory, with the default encoding first.Iterator<? extendsPolicyNode>PolicyNode.getChildren()Returns an iterator over the children of this node.CertPath.getEncodings()Returns an iteration of the encodings supported by this certification path, with the default encoding first.Uses ofIterator injava.sql
Uses ofIterator injava.util
Modifier and TypeInterfaceDescriptioninterfaceListIterator<E>An iterator for lists that allows the programmer to traverse the list in either direction, modify the list during iteration, and obtain the iterator's current position in the list.interfacePrimitiveIterator<T,T_CONS> A base type for primitive specializations ofIterator.static interfaceAn Iterator specialized fordoublevalues.static interfaceAn Iterator specialized forintvalues.static interfaceAn Iterator specialized forlongvalues.Modifier and TypeClassDescriptionfinal classA simple text scanner which can parse primitive types and strings using regular expressions.Modifier and TypeMethodDescriptionEnumeration.asIterator()Returns anIteratorthat traverses the remaining elements covered by this enumeration.ArrayDeque.descendingIterator()Deque.descendingIterator()Returns an iterator over the elements in this deque in reverse sequential order.LinkedList.descendingIterator()NavigableSet.descendingIterator()Returns an iterator over the elements in this set, in descending order.TreeSet.descendingIterator()Returns an iterator over the elements in this set in descending order.static <T> Iterator<T>Collections.emptyIterator()Returns an iterator that has no elements.AbstractCollection.iterator()Returns an iterator over the elements contained in this collection.AbstractList.iterator()Returns an iterator over the elements in this list in proper sequence.AbstractSequentialList.iterator()Returns an iterator over the elements in this list (in proper sequence).ArrayDeque.iterator()Returns an iterator over the elements in this deque.ArrayList.iterator()Returns an iterator over the elements in this list in proper sequence.Collection.iterator()Returns an iterator over the elements in this collection.Deque.iterator()Returns an iterator over the elements in this deque in proper sequence.HashSet.iterator()Returns an iterator over the elements in this set.List.iterator()Returns an iterator over the elements in this list in proper sequence.NavigableSet.iterator()Returns an iterator over the elements in this set, in ascending order.PriorityQueue.iterator()Returns an iterator over the elements in this queue.ServiceLoader.iterator()Returns an iterator to lazily load and instantiate the available providers of this loader's service.Set.iterator()Returns an iterator over the elements in this set.static <T> Iterator<T>Spliterators.iterator(Spliterator<? extends T> spliterator) Creates anIteratorfrom aSpliterator.TreeSet.iterator()Returns an iterator over the elements in this set in ascending order.Vector.iterator()Returns an iterator over the elements in this list in proper sequence.Modifier and TypeMethodDescriptionstatic <T> Spliterator<T>Spliterators.spliterator(Iterator<? extends T> iterator, long size, int characteristics) Creates aSpliteratorusing a givenIteratoras the source of elements, and with a given initially reported size.static <T> Spliterator<T>Spliterators.spliteratorUnknownSize(Iterator<? extends T> iterator, int characteristics) Creates aSpliteratorusing a givenIteratoras the source of elements, with no initial size estimate.Uses ofIterator injava.util.concurrent
Methods injava.util.concurrent that returnIteratorModifier and TypeMethodDescriptionConcurrentLinkedDeque.descendingIterator()Returns an iterator over the elements in this deque in reverse sequential order.ConcurrentSkipListSet.descendingIterator()Returns an iterator over the elements in this set in descending order.LinkedBlockingDeque.descendingIterator()Returns an iterator over the elements in this deque in reverse sequential order.ArrayBlockingQueue.iterator()Returns an iterator over the elements in this queue in proper sequence.BlockingDeque.iterator()Returns an iterator over the elements in this deque in proper sequence.ConcurrentHashMap.KeySetView.iterator()ConcurrentLinkedDeque.iterator()Returns an iterator over the elements in this deque in proper sequence.ConcurrentLinkedQueue.iterator()Returns an iterator over the elements in this queue in proper sequence.ConcurrentSkipListSet.iterator()Returns an iterator over the elements in this set in ascending order.CopyOnWriteArrayList.iterator()Returns an iterator over the elements in this list in proper sequence.CopyOnWriteArraySet.iterator()Returns an iterator over the elements contained in this set in the order in which these elements were added.DelayQueue.iterator()Returns an iterator over all the elements (both expired and unexpired) in this queue.LinkedBlockingDeque.iterator()Returns an iterator over the elements in this deque in proper sequence.LinkedBlockingQueue.iterator()Returns an iterator over the elements in this queue in proper sequence.LinkedTransferQueue.iterator()Returns an iterator over the elements in this queue in proper sequence.PriorityBlockingQueue.iterator()Returns an iterator over the elements in this queue.SynchronousQueue.iterator()Returns an empty iterator in whichhasNextalways returnsfalse.Uses ofIterator injava.util.stream
Methods injava.util.stream that returnIteratorUses ofIterator injavax.imageio
Methods injavax.imageio that returnIteratorModifier and TypeMethodDescriptionstaticIterator<ImageReader>ImageIO.getImageReaders(Object input) Returns anIteratorcontaining all currently registeredImageReaders that claim to be able to decode the suppliedObject, typically anImageInputStream.staticIterator<ImageReader>ImageIO.getImageReadersByFormatName(String formatName) Returns anIteratorcontaining all currently registeredImageReaders that claim to be able to decode the named format.staticIterator<ImageReader>ImageIO.getImageReadersByMIMEType(String MIMEType) Returns anIteratorcontaining all currently registeredImageReaders that claim to be able to decode files with the given MIME type.staticIterator<ImageReader>ImageIO.getImageReadersBySuffix(String fileSuffix) Returns anIteratorcontaining all currently registeredImageReaders that claim to be able to decode files with the given suffix.staticIterator<ImageTranscoder>ImageIO.getImageTranscoders(ImageReader reader,ImageWriter writer) Returns anIteratorcontaining all currently registeredImageTranscoders that claim to be able to transcode between the metadata of the givenImageReaderandImageWriter.abstractIterator<ImageTypeSpecifier>ImageReader.getImageTypes(int imageIndex) Returns anIteratorcontaining possible image types to which the given image may be decoded, in the form ofImageTypeSpecifierss.staticIterator<ImageWriter>ImageIO.getImageWriters(ImageTypeSpecifier type,String formatName) Returns anIteratorcontaining all currently registeredImageWriters that claim to be able to encode images of the given layout (specified using anImageTypeSpecifier) in the given format.staticIterator<ImageWriter>ImageIO.getImageWritersByFormatName(String formatName) Returns anIteratorcontaining all currently registeredImageWriters that claim to be able to encode the named format.staticIterator<ImageWriter>ImageIO.getImageWritersByMIMEType(String MIMEType) Returns anIteratorcontaining all currently registeredImageWriters that claim to be able to encode files with the given MIME type.staticIterator<ImageWriter>ImageIO.getImageWritersBySuffix(String fileSuffix) Returns anIteratorcontaining all currently registeredImageWriters that claim to be able to encode files with the given suffix.ImageReader.readAll(Iterator<? extendsImageReadParam> params) Returns anIteratorcontaining all the images, thumbnails, and metadata, starting at the index given bygetMinIndex, from the input source in the form ofIIOImageobjects.Methods injavax.imageio with parameters of typeIteratorModifier and TypeMethodDescriptionprotected staticBufferedImageImageReader.getDestination(ImageReadParam param,Iterator<ImageTypeSpecifier> imageTypes, int width, int height) Returns theBufferedImageto which decoded pixel data should be written.ImageReader.readAll(Iterator<? extendsImageReadParam> params) Returns anIteratorcontaining all the images, thumbnails, and metadata, starting at the index given bygetMinIndex, from the input source in the form ofIIOImageobjects.Uses ofIterator injavax.imageio.spi
Methods injavax.imageio.spi that returnIteratorModifier and TypeMethodDescriptionServiceRegistry.getCategories()Returns anIteratorofClassobjects indicating the current set of categories.<T> Iterator<T>ServiceRegistry.getServiceProviders(Class<T> category, boolean useOrdering) Returns anIteratorcontaining all registered service providers in the given category.<T> Iterator<T>ServiceRegistry.getServiceProviders(Class<T> category,ServiceRegistry.Filter filter, boolean useOrdering) Returns anIteratorcontaining service provider objects within a given category that satisfy a criterion imposed by the suppliedServiceRegistry.Filterobject'sfiltermethod.static <T> Iterator<T>ServiceRegistry.lookupProviders(Class<T> providerClass) Locates and incrementally instantiates the available providers of a given service using the context class loader.static <T> Iterator<T>ServiceRegistry.lookupProviders(Class<T> providerClass,ClassLoader loader) Searches for implementations of a particular service class using the given class loader.Methods injavax.imageio.spi with parameters of typeIteratorModifier and TypeMethodDescriptionvoidServiceRegistry.registerServiceProviders(Iterator<?> providers) Adds a set of service provider objects, taken from anIteratorto the registry.Constructors injavax.imageio.spi with parameters of typeIteratorModifierConstructorDescriptionServiceRegistry(Iterator<Class<?>> categories) Constructs aServiceRegistryinstance with a set of categories taken from thecategoriesargument.Uses ofIterator injavax.tools
Methods injavax.tools with parameters of typeIteratorModifier and TypeMethodDescriptionbooleanForwardingJavaFileManager.handleOption(String current,Iterator<String> remaining) booleanJavaFileManager.handleOption(String current,Iterator<String> remaining) Handles one option.Uses ofIterator injavax.xml.crypto
Methods injavax.xml.crypto that returnIteratorModifier and TypeMethodDescriptionNodeSetData.iterator()Returns a read-only iterator over the nodes contained in thisNodeSetDatain document order.Uses ofIterator injavax.xml.crypto.dom
Methods injavax.xml.crypto.dom that returnIteratorUses ofIterator injavax.xml.namespace
Methods injavax.xml.namespace that returnIteratorModifier and TypeMethodDescriptionNamespaceContext.getPrefixes(String namespaceURI) Get all prefixes bound to a Namespace URI in the current scope.Uses ofIterator injavax.xml.stream
Subinterfaces ofIterator injavax.xml.streamModifier and TypeInterfaceDescriptioninterfaceThis is the top level interface for parsing XML Events.Methods injavax.xml.stream with parameters of typeIteratorModifier and TypeMethodDescriptionabstractEndElementXMLEventFactory.createEndElement(String prefix,String namespaceUri,String localName,Iterator<? extendsNamespace> namespaces) Create a new EndElementabstractEndElementXMLEventFactory.createEndElement(QName name,Iterator<? extendsNamespace> namespaces) Create a new EndElementabstractStartElementXMLEventFactory.createStartElement(String prefix,String namespaceUri,String localName,Iterator<? extendsAttribute> attributes,Iterator<? extendsNamespace> namespaces) Create a new StartElement.abstractStartElementXMLEventFactory.createStartElement(String prefix,String namespaceUri,String localName,Iterator<? extendsAttribute> attributes,Iterator<? extendsNamespace> namespaces,NamespaceContext context) Create a new StartElement.abstractStartElementXMLEventFactory.createStartElement(QName name,Iterator<? extendsAttribute> attributes,Iterator<? extendsNamespace> namespaces) Create a new StartElement.Uses ofIterator injavax.xml.stream.events
Methods injavax.xml.stream.events that returnIteratorModifier and TypeMethodDescriptionStartElement.getAttributes()Returns an Iterator of non-namespace attributes declared on this START_ELEMENT.EndElement.getNamespaces()Returns an Iterator of namespaces that have gone out of scope.StartElement.getNamespaces()Returns an Iterator of namespaces declared on this element.Uses ofIterator injavax.xml.stream.util
Classes injavax.xml.stream.util that implementIteratorModifier and TypeClassDescriptionclassThis is the base class for deriving an XMLEventReader filter.Uses ofIterator injavax.xml.xpath
Methods injavax.xml.xpath that returnIterator