GNU Classpath (0.20) | |
Frames | No Frames |
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 | Create a start-element event.
|
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 | 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.
|
Methods with return type java.util.Iterator | |
Iterator | Returns all the prefixes currently bound to the given namespace URI.
|
Methods with return type java.util.Iterator | |
Iterator |
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.
|
Methods with return type java.util.Iterator | |
Iterator | Iterate over all keys that have associated streams. |
Methods with parameter type java.util.Iterator | |
BufferedImage | 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. |
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 | BeanContextServiceProvider.getCurrentServiceSelectors(BeanContextServices services, Class serviceClass) Get a list of valid service selectors for the specified service class.
|
Iterator | BeanContextServicesSupport.BCSSProxyServiceProvider.getCurrentServiceSelectors(BeanContextServices bcs, Class serviceClass) 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.
|
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. |
Methods with return type java.util.Iterator | |
Iterator | Returns an iterator over the charsets defined by this provider.
|
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.
|
GNU Classpath (0.20) |