Uses of Interface java.util.Iterator

Uses in package javax.xml.stream

Methods with parameter type java.util.Iterator

EndElement
XMLEventFactory.createEndElement(String prefix, String namespaceUri, String localName, Iterator namespaces)
Create an end-element event.
EndElement
Create an end-element event.
StartElement
XMLEventFactory.createStartElement(String prefix, String namespaceUri, String localName, Iterator attributes, Iterator namespaces)
Create a start-element event.
StartElement
XMLEventFactory.createStartElement(String prefix, String namespaceUri, String localName, Iterator attributes, Iterator namespaces, NamespaceContext context)
Create a start-element event.
StartElement
XMLEventFactory.createStartElement(QName name, Iterator attributes, Iterator namespaces)
Create a start-element event.

Uses in package javax.imageio.spi

Constructors with parameter type java.util.Iterator

Constructs a ServiceRegistry for the specified service categories.

Methods with parameter type java.util.Iterator

void
Registers a number of providers under all service categories they implement.

Methods with return type java.util.Iterator

Iterator
Returns an iterator over all service categories.
Iterator
ServiceRegistry.getServiceProviders(Class category, boolean useOrdering)
Retrieves all providers that have been registered for the specified service category.
Iterator
ServiceRegistry.getServiceProviders(Class category, ServiceRegistry.Filter filter, boolean useOrdering)
Retrieves all providers that have been registered for the specified service category and that satisfy the criteria of a custom filter.
Iterator
Finds service providers that are implementing the specified Service Provider Interface, using the context class loader for loading providers.
Iterator
Finds service providers that are implementing the specified Service Provider Interface.

Uses in package javax.xml.namespace

Methods with return type java.util.Iterator

Iterator
Returns all the prefixes currently bound to the given namespace URI.

Uses in package java.awt.dnd

Methods with return type java.util.Iterator

Iterator

Uses in package javax.xml.stream.events

Methods with return type java.util.Iterator

Iterator
Returns the attributes declared on this element.
Iterator
Returns the namespaces that have gone out of scope.
Iterator
Returns the namespaces declared on this element.

Uses in package java.applet

Methods with return type java.util.Iterator

Iterator
Iterate over all keys that have associated streams.

Uses in package javax.imageio

Methods with parameter type java.util.Iterator

BufferedImage
ImageReader.getDestination(ImageReadParam param, Iterator imageTypes, int width, int height)
Return a suitable destination buffered image.
Iterator
Read all image frames all at once, using the given image read parameters iterator, and return an iterator over a collection of IIOImages.

Methods with return type java.util.Iterator

Iterator
Retrieve an iterator over the collection of registered image readers that support reading data from the given object.
Iterator
Retrieve an iterator over all registered readers for the given format.
Iterator
Retrieve an iterator over all registered readers for the given MIME type.
Iterator
Retrieve an iterator over all registered readers for the given file suffix.
Iterator
Retrieve an iterator over a collection of image transcoders that support transcoding from the given image reader's metadata format to the given writer's metadata format.
Iterator
ImageReader.getImageTypes(int imageIndex)
Get an iterator over the collection of image types into which this reader can decode image data.
Iterator
Retrieve an iterator over the collection of registered image writers that support writing images of the given type and in the given format.
Iterator
Retrieve an iterator over all registered writers for the given format.
Iterator
Retrieve an iterator over all registered writers for the given MIME type.
Iterator
Retrieve an iterator over all registered writers for the given file suffix.
Iterator
Read all image frames all at once, using the given image read parameters iterator, and return an iterator over a collection of IIOImages.

Uses in package java.beans.beancontext

Classes implementing java.util.Iterator

class

Methods with return type java.util.Iterator

Iterator
Iterator
Get a list of all service classes supported.
Iterator
Iterator
Get the current service selectors of the service class.
Iterator
Get a list of valid service selectors for the specified service class.
Iterator
Get a list of valid service selectors for the specified service class.
Iterator
Get a list of valid service selectors for the specified service class.
Iterator
Iterator
An iterator that will step through all the children.
Iterator
Obtain an Iterator over this collection.

Uses in package java.security.cert

Methods with return type java.util.Iterator

Iterator
Returns an Iterator of CertPath encodings supported by this factory, with the default encoding first.
Iterator
Returns an Iterator of CertPath encodings supported by this factory, with the default encoding first.
Iterator
Get the iterator of the child nodes of this node.
Iterator
Get an immutable iterator over the path encodings (all String names), starting with the default encoding.

Uses in package java.nio.charset.spi

Methods with return type java.util.Iterator

Iterator
Returns an iterator over the charsets defined by this provider.

Uses in package java.util

Methods with return type java.util.Iterator

Iterator
Return an Iterator over this collection.
Iterator
Obtain an Iterator over this list, whose sequence is the list order.
Iterator
Obtain an Iterator over this list, whose sequence is the list order.
Iterator
Obtain an Iterator over this collection.
Iterator
Returns an Iterator over the elements of this Set, which visits the elements in no particular order.
Iterator
Obtain an Iterator over this list, whose sequence is the list order.
Iterator
Returns an iterator over the set.
Iterator
Returns in Iterator over the elements in this TreeSet, which traverses in ascending order.