| Package | Description |
|---|---|
| java.applet |
Provides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context.
|
| 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.lang |
Provides classes that are fundamental to the design of the Java programming language.
|
| java.nio.charset.spi |
Service-provider classes for the
java.nio.charset package.
|
| java.nio.file |
Defines interfaces and classes for the Java virtual machine to access files, file attributes, and file systems.
|
| java.security.cert |
Provides classes and interfaces for parsing and managing certificates, certificate revocation lists (CRLs), and certification paths.
|
| java.sql |
Provides the API for accessing and processing data stored in a data source (usually a relational database) using the Java
TM programming language.
|
| 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).
|
| java.util.concurrent |
Utility classes commonly useful in concurrent programming.
|
| java.util.stream |
Classes to support functional-style operations on streams of elements, such as map-reduce transformations on collections.
|
| javax.imageio |
The main package of the Java Image I/O API.
|
| javax.imageio.spi |
A package of the Java Image I/O API containing the plug-in interfaces for readers, writers, transcoders, and streams, and a runtime registry.
|
| javax.tools |
Provides interfaces for tools which can be invoked from a program, for example, compilers.
|
| javax.xml.crypto |
Common classes for XML cryptography.
|
| javax.xml.crypto.dom |
DOM-specific classes for the
javax.xml.crypto package.
|
| javax.xml.namespace |
XML Namespace processing.
|
| javax.xml.soap |
Provides the API for creating and building SOAP messages.
|
| javax.xml.stream | |
| javax.xml.stream.events | |
| javax.xml.stream.util | |
| javax.xml.ws |
This package contains the core JAX-WS APIs.
|
| javax.xml.ws.spi |
This package defines SPIs for JAX-WS.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator |
AppletContext.getStreamKeys()
Finds all the keys of the streams in this applet context.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator |
DragGestureEvent.iterator()
Returns an
Iterator for the events comprising the gesture.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
BeanContextSupport
protected final subclass that encapsulates an iterator but implements a noop remove() method.
|
| Modifier and Type | Method and Description |
|---|---|
protected Iterator |
BeanContextSupport.bcsChildren()
Returns an iterator of all children of this
BeanContext.
|
Iterator |
BeanContextServicesSupport.getCurrentServiceClasses()
|
Iterator |
BeanContextServices.getCurrentServiceClasses()
Gets the currently available services for this context.
|
Iterator |
BeanContextServiceAvailableEvent.getCurrentServiceSelectors()
Gets the list of service dependent selectors.
|
Iterator |
BeanContextServicesSupport.BCSSProxyServiceProvider.getCurrentServiceSelectors(BeanContextServices
|
Iterator |
BeanContextServiceProvider.getCurrentServiceSelectors(BeanContextServices
Invoked by
BeanContextServices, this method gets the current service selectors for the specified service.
|
Iterator |
BeanContextServicesSupport.getCurrentServiceSelectors(Class
|
Iterator |
BeanContextServices.getCurrentServiceSelectors(Class
Gets the list of service dependent service parameters (Service Selectors) for the specified service, by calling getCurrentServiceSelectors() on the underlying BeanContextServiceProvider.
|
Iterator |
BeanContextMembershipEvent.iterator()
Gets the array of children affected by this event.
|
Iterator |
BeanContextSupport.iterator()
Gets all JavaBean or
BeanContext instances currently nested in this
BeanContext.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator |
Iterable.iterator()
Returns an iterator over elements of type
T.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Iterator |
CharsetProvider.charsets()
Creates an iterator that iterates over the charsets supported by this provider.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator |
Path.iterator()
Returns an iterator over the name elements of this path.
|
Iterator |
DirectoryStream.iterator()
Returns the iterator associated with this
DirectoryStream.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator |
CertificateFactorySpi.engineGetCertPathEncodings()
Returns an iteration of the
CertPath encodings supported by this certificate factory, with the default encoding first.
|
Iterator |
CertificateFactory.getCertPathEncodings()
Returns an iteration of the
CertPath encodings supported by this certificate factory, with the default encoding first.
|
Iterator |
PolicyNode.getChildren()
Returns an iterator over the children of this node.
|
abstract Iterator |
CertPath.getEncodings()
Returns an iteration of the encodings supported by this certification path, with the default encoding first.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator |
SQLException.iterator()
Returns an iterator over the chained SQLExceptions.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ListIterator<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.
|
interface |
PrimitiveIterator<T
A base type for primitive specializations of
Iterator.
|
static interface |
PrimitiveIterator
An Iterator specialized for
double values.
|
static interface |
PrimitiveIterator
An Iterator specialized for
int values.
|
static interface |
PrimitiveIterator
An Iterator specialized for
long values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Scanner
A simple text scanner which can parse primitive types and strings using regular expressions.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator |
ArrayDeque.descendingIterator()
|
Iterator |
NavigableSet.descendingIterator()
Returns an iterator over the elements in this set, in descending order.
|
Iterator |
TreeSet.descendingIterator()
Returns an iterator over the elements in this set in descending order.
|
Iterator |
Deque.descendingIterator()
Returns an iterator over the elements in this deque in reverse sequential order.
|
Iterator |
LinkedList.descendingIterator()
|
static <T> Iterator |
Collections.emptyIterator()
Returns an iterator that has no elements.
|
Iterator |
AbstractList.iterator()
Returns an iterator over the elements in this list in proper sequence.
|
Iterator |
Vector.iterator()
Returns an iterator over the elements in this list in proper sequence.
|
Iterator |
ArrayDeque.iterator()
Returns an iterator over the elements in this deque.
|
Iterator |
AbstractSequentialList.iterator()
Returns an iterator over the elements in this list (in proper sequence).
|
Iterator |
Collection.iterator()
Returns an iterator over the elements in this collection.
|
Iterator |
NavigableSet.iterator()
Returns an iterator over the elements in this set, in ascending order.
|
Iterator |
Set.iterator()
Returns an iterator over the elements in this set.
|
Iterator |
ServiceLoader.iterator()
Lazily loads the available providers of this loader's service.
|
abstract Iterator |
AbstractCollection.iterator()
Returns an iterator over the elements contained 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.
|
Iterator |
TreeSet.iterator()
Returns an iterator over the elements in this set in ascending order.
|
Iterator |
ArrayList.iterator()
Returns an iterator over the elements in this list in proper sequence.
|
Iterator |
Deque.iterator()
Returns an iterator over the elements in this deque in proper sequence.
|
Iterator |
PriorityQueue.iterator()
Returns an iterator over the elements in this queue.
|
static <T> Iterator |
Spliterators.iterator(Spliterator
Creates an
Iterator from a
Spliterator.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Spliterator |
Spliterators.spliterator(Iterator
Creates a
Spliterator using a given
Iterator as the source of elements, and with a given initially reported size.
|
static <T> Spliterator |
Spliterators.spliteratorUnknownSize(Iterator
Creates a
Spliterator using a given
Iterator as the source of elements, with no initial size estimate.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator |
ConcurrentLinkedDeque.descendingIterator()
Returns an iterator over the elements in this deque in reverse sequential order.
|
Iterator |
LinkedBlockingDeque.descendingIterator()
Returns an iterator over the elements in this deque in reverse sequential order.
|
Iterator |
ConcurrentSkipListSet.descendingIterator()
Returns an iterator over the elements in this set in descending order.
|
Iterator |
SynchronousQueue.iterator()
Returns an empty iterator in which
hasNext always returns
false.
|
Iterator |
ConcurrentLinkedQueue.iterator()
Returns an iterator over the elements in this queue in proper sequence.
|
Iterator |
ConcurrentLinkedDeque.iterator()
Returns an iterator over the elements in this deque in proper sequence.
|
Iterator |
LinkedBlockingQueue.iterator()
Returns an iterator over the elements in this queue in proper sequence.
|
Iterator |
CopyOnWriteArraySet.iterator()
Returns an iterator over the elements contained in this set in the order in which these elements were added.
|
Iterator |
ConcurrentHashMap.KeySetView.iterator()
|
Iterator |
LinkedTransferQueue.iterator()
Returns an iterator over the elements in this queue in proper sequence.
|
Iterator |
ArrayBlockingQueue.iterator()
Returns an iterator over the elements in this queue in proper sequence.
|
Iterator |
LinkedBlockingDeque.iterator()
Returns an iterator over the elements in this deque in proper sequence.
|
Iterator |
ConcurrentSkipListSet.iterator()
Returns an iterator over the elements in this set in ascending order.
|
Iterator |
DelayQueue.iterator()
Returns an iterator over all the elements (both expired and unexpired) in this queue.
|
Iterator |
BlockingDeque.iterator()
Returns an iterator over the elements in this deque in proper sequence.
|
Iterator |
PriorityBlockingQueue.iterator()
Returns an iterator over the elements in this queue.
|
Iterator |
CopyOnWriteArrayList.iterator()
Returns an iterator over the elements in this list in proper sequence.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator |
BaseStream.iterator()
Returns an iterator for the elements of this stream.
|
| Modifier and Type | Method and Description |
|---|---|
static Iterator |
ImageIO.getImageReaders(Object
Returns an
Iterator containing all currently registered
ImageReaders that claim to be able to decode the supplied
Object, typically an
ImageInputStream.
|
static Iterator |
ImageIO.getImageReadersByFormatName(String
Returns an
Iterator containing all currently registered
ImageReaders that claim to be able to decode the named format.
|
static Iterator |
ImageIO.getImageReadersByMIMEType(String
Returns an
Iterator containing all currently registered
ImageReaders that claim to be able to decode files with the given MIME type.
|
static Iterator |
ImageIO.getImageReadersBySuffix(String
Returns an
Iterator containing all currently registered
ImageReaders that claim to be able to decode files with the given suffix.
|
static Iterator |
ImageIO.getImageTranscoders(ImageReader
Returns an
Iterator containing all currently registered
ImageTranscoders that claim to be able to transcode between the metadata of the given
ImageReader and
ImageWriter.
|
abstract Iterator |
ImageReader.getImageTypes(int imageIndex)
Returns an
Iterator containing possible image types to which the given image may be decoded, in the form of
ImageTypeSpecifierss.
|
static Iterator |
ImageIO.getImageWriters(ImageTypeSpecifier
Returns an
Iterator containing all currently registered
ImageWriters that claim to be able to encode images of the given layout (specified using an
ImageTypeSpecifier) in the given format.
|
static Iterator |
ImageIO.getImageWritersByFormatName(String
Returns an
Iterator containing all currently registered
ImageWriters that claim to be able to encode the named format.
|
static Iterator |
ImageIO.getImageWritersByMIMEType(String
Returns an
Iterator containing all currently registered
ImageWriters that claim to be able to encode files with the given MIME type.
|
static Iterator |
ImageIO.getImageWritersBySuffix(String
Returns an
Iterator containing all currently registered
ImageWriters that claim to be able to encode files with the given suffix.
|
Iterator |
ImageReader.readAll(Iterator
Returns an
Iterator containing all the images, thumbnails, and metadata, starting at the index given by
getMinIndex, from the input source in the form of
IIOImage objects.
|
| Modifier and Type | Method and Description |
|---|---|
protected static BufferedImage |
ImageReader.getDestination(ImageReadParam
Returns the
BufferedImage to which decoded pixel data should be written.
|
Iterator |
ImageReader.readAll(Iterator
Returns an
Iterator containing all the images, thumbnails, and metadata, starting at the index given by
getMinIndex, from the input source in the form of
IIOImage objects.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator |
ServiceRegistry.getCategories()
Returns an
Iterator of
Class objects indicating the current set of categories.
|
<T> Iterator |
ServiceRegistry.getServiceProviders(Class
Returns an
Iterator containing all registered service providers in the given category.
|
<T> Iterator |
ServiceRegistry.getServiceProviders(Class
Returns an
Iterator containing service provider objects within a given category that satisfy a criterion imposed by the supplied
ServiceRegistry.Filter object's
filter method.
|
static <T> Iterator |
ServiceRegistry.lookupProviders(Class
Locates and incrementally instantiates the available providers of a given service using the context class loader.
|
static <T> Iterator |
ServiceRegistry.lookupProviders(Class
Searches for implementations of a particular service class using the given class loader.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceRegistry.registerServiceProviders(Iterator
Adds a set of service provider objects, taken from an
Iterator to the registry.
|
| Constructor and Description | |
|---|---|
ServiceRegistry(Iterator
Constructs a
ServiceRegistry instance with a set of categories taken from the
categories argument.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
JavaFileManager.handleOption(String
Handles one option.
|
boolean |
ForwardingJavaFileManager.handleOption(String
|
| Modifier and Type | Method and Description |
|---|---|
Iterator |
NodeSetData.iterator()
Returns a read-only iterator over the nodes contained in this
NodeSetData in
document order.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator |
DOMCryptoContext.iterator()
Returns a read-only iterator over the set of Id/Element mappings of this
DOMCryptoContext.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator |
NamespaceContext.getPrefixes(String
Get all prefixes bound to a Namespace URI in the current scope.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator |
SOAPHeader.examineAllHeaderElements()
Returns an
Iterator over all the
SOAPHeaderElement objects in this
SOAPHeader object.
|
Iterator |
SOAPHeader.examineHeaderElements(String
Returns an
Iterator over all the
SOAPHeaderElement objects in this
SOAPHeader object that have the specified
actor.
|
Iterator |
SOAPHeader.examineMustUnderstandHeaderElements(String
Returns an
Iterator over all the
SOAPHeaderElement objects in this
SOAPHeader object that have the specified
actor and that have a MustUnderstand attribute whose value is equivalent to
true.
|
Iterator |
SOAPHeader.extractAllHeaderElements()
Returns an
Iterator over all the
SOAPHeaderElement objects in this
SOAPHeader object and detaches them from this
SOAPHeader object.
|
Iterator |
SOAPHeader.extractHeaderElements(String
Returns an
Iterator over all the
SOAPHeaderElement objects in this
SOAPHeader object that have the specified
actor and detaches them from this
SOAPHeader object.
|
Iterator |
SOAPElement.getAllAttributes()
Returns an
Iterator over all of the attribute
Name objects in this
SOAPElement object.
|
Iterator |
SOAPElement.getAllAttributesAsQNames()
Returns an
Iterator over all of the attributes in this
SOAPElement as
QName objects.
|
Iterator |
MimeHeaders.getAllHeaders()
Returns all the
MimeHeaders in this
MimeHeaders object.
|
abstract Iterator |
AttachmentPart.getAllMimeHeaders()
Retrieves all the headers for this
AttachmentPart object as an iterator over the
MimeHeader objects.
|
abstract Iterator |
SOAPPart.getAllMimeHeaders()
Retrieves all the headers for this
SOAPPart object as an iterator over the
MimeHeader objects.
|
abstract Iterator |
SOAPMessage.getAttachments()
Retrieves all the
AttachmentPart objects that are part of this
SOAPMessage object.
|
abstract Iterator |
SOAPMessage.getAttachments(MimeHeaders
Retrieves all the
AttachmentPart objects that have header entries that match the specified headers.
|
Iterator |
SOAPElement.getChildElements()
Returns an
Iterator over all the immediate child
Nodes of this element.
|
Iterator |
SOAPElement.getChildElements(Name
Returns an
Iterator over all the immediate child
Nodes of this element with the specified name.
|
Iterator |
SOAPElement.getChildElements(QName
Returns an
Iterator over all the immediate child
Nodes of this element with the specified qname.
|
Iterator |
Detail.getDetailEntries()
Gets an Iterator over all of the
DetailEntrys in this
Detail object.
|
Iterator |
SOAPFault.getFaultReasonLocales()
Returns an
Iterator over a distinct sequence of
Locales for which there are associated Reason Text items.
|
Iterator |
SOAPFault.getFaultReasonTexts()
Returns an
Iterator over a sequence of
String objects containing all of the Reason Text items for this
SOAPFault.
|
Iterator |
SOAPFault.getFaultSubcodes()
Gets the Subcodes for this
SOAPFault as an iterator over
QNames.
|
Iterator |
MimeHeaders.getMatchingHeaders(String
Returns all the
MimeHeader objects whose name matches a name in the given array of names.
|
abstract Iterator |
AttachmentPart.getMatchingMimeHeaders(String
Retrieves all
MimeHeader objects that match a name in the given array.
|
abstract Iterator |
SOAPPart.getMatchingMimeHeaders(String
Retrieves all
MimeHeader objects that match a name in the given array.
|
Iterator |
SOAPElement.getNamespacePrefixes()
Returns an
Iterator over the namespace prefix
Strings declared by this element.
|
Iterator |
MimeHeaders.getNonMatchingHeaders(String
Returns all of the
MimeHeader objects whose name does not match a name in the given array of names.
|
abstract Iterator |
AttachmentPart.getNonMatchingMimeHeaders(String
Retrieves all
MimeHeader objects whose name does not match a name in the given array.
|
abstract Iterator |
SOAPPart.getNonMatchingMimeHeaders(String
Retrieves all
MimeHeader objects whose name does not match a name in the given array.
|
Iterator |
SOAPElement.getVisibleNamespacePrefixes()
Returns an
Iterator over the namespace prefix
Strings visible to this element.
|
| Modifier and Type | Method and Description |
|---|---|
SOAPHeaderElement |
SOAPHeader.addUpgradeHeaderElement(Iterator
Creates a new Upgrade
SOAPHeaderElement object initialized with the specified List of supported SOAP URIs and adds it to this
SOAPHeader object.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
XMLEventReader
This is the top level interface for parsing XML Events.
|
| Modifier and Type | Method and Description |
|---|---|
abstract EndElement |
XMLEventFactory.createEndElement(QName
Create a new EndElement
|
abstract EndElement |
XMLEventFactory.createEndElement(String
Create a new EndElement
|
abstract StartElement |
XMLEventFactory.createStartElement(QName
Create a new StartElement.
|
abstract StartElement |
XMLEventFactory.createStartElement(QName
Create a new StartElement.
|
abstract StartElement |
XMLEventFactory.createStartElement(String
Create a new StartElement.
|
abstract StartElement |
XMLEventFactory.createStartElement(String
Create a new StartElement.
|
abstract StartElement |
XMLEventFactory.createStartElement(String
Create a new StartElement.
|
abstract StartElement |
XMLEventFactory.createStartElement(String
Create a new StartElement.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator |
StartElement.getAttributes()
Returns an Iterator of non-namespace declared attributes declared on this START_ELEMENT, returns an empty iterator if there are no attributes.
|
Iterator |
EndElement.getNamespaces()
Returns an Iterator of namespaces that have gone out of scope.
|
Iterator |
StartElement.getNamespaces()
Returns an Iterator of namespaces declared on this element.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EventReaderDelegate
This is the base class for deriving an XMLEventReader filter.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator |
Service.getPorts()
Returns an
Iterator for the list of
QNames of service endpoints grouped by this service
|
| Modifier and Type | Method and Description |
|---|---|
abstract Iterator |
ServiceDelegate.getPorts()
Returns an
Iterator for the list of
QNames of service endpoints grouped by this service
|