Uses of Interface
java.util.Iterator
| Package | Description |
|---|---|
| java.lang | |
| java.nio.charset.spi | |
| java.security.cert |
This package provides all the classes and all the interfaces needed to generate, administer and verify
X.509 certificates.
|
| java.sql | |
| java.util | |
| java.util.concurrent |
Utility classes commonly useful in concurrent programming.
|
| javax.xml.namespace | |
| org.apache.harmony.security.provider.cert | |
| org.apache.http |
The core interfaces and classes of the HTTP components.
|
| org.apache.http.message |
A selection of HTTP
message
implementations. |
| org.apache.xalan.templates |
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
| org.bouncycastle.jcajce.provider.asymmetric.x509 | |
| org.bouncycastle.jce.provider | |
| org.bouncycastle.x509 | |
| org.conscrypt | |
| org.json | |
| org.robovm.rt.bro |
-
Uses of Iterator in java.lang
-
Uses of Iterator in java.nio.charset.spi
Methods in java.nio.charset.spi that return Iterator Modifier and Type Method Description abstract Iterator<Charset>CharsetProvider. charsets()Returns an iterator over all the available charsets. -
Uses of Iterator in java.security.cert
Methods in java.security.cert that return Iterator Modifier and Type Method Description Iterator<String>CertificateFactorySpi. engineGetCertPathEncodings()Returns anIteratorover the supportedCertPathencodings (as Strings).Iterator<String>CertificateFactory. getCertPathEncodings()Returns anIteratorover the supportedCertPathencodings (as Strings).Iterator<? extends PolicyNode>PolicyNode. getChildren()Returns the list of children of this node as anIterator.abstract Iterator<String>CertPath. getEncodings()Returns anIteratorover the supported encodings for a representation of the certificate path. -
Uses of Iterator in java.sql
-
Uses of Iterator in java.util
Subinterfaces of Iterator in java.util Modifier and Type Interface Description interfaceListIterator<E>An ListIterator is used to sequence over a List of objects.Classes in java.util that implement Iterator Modifier and Type Class Description classScannerA parser that parses a text string of primitive types and strings with the help of regular expressions.Methods in java.util that return Iterator Modifier and Type Method Description Iterator<E>ArrayDeque. descendingIterator()Iterator<E>Deque. descendingIterator()Returns an iterator over the elements in this deque in reverse sequential order.Iterator<E>LinkedList. descendingIterator()Returns an iterator over the elements in this deque in reverse sequential order.Iterator<E>NavigableSet. descendingIterator()Returns an iterator over the elements in this set, in descending order.Iterator<E>TreeSet. descendingIterator()Returns an iterator over the elements in this set, in descending order.static <T> Iterator<T>Collections. emptyIterator()Returns an iterator containing no elements.abstract Iterator<E>AbstractCollection. iterator()Returns an instance ofIteratorthat may be used to access the objects contained by thisCollection.Iterator<E>AbstractList. iterator()Returns an iterator on the elements of this list.Iterator<E>AbstractSequentialList. iterator()Iterator<E>ArrayDeque. iterator()Returns an iterator over the elements in this deque.Iterator<E>ArrayList. iterator()Iterator<E>Collection. iterator()Returns an instance ofIteratorthat may be used to access the objects contained by thisCollection.Iterator<E>Deque. iterator()Returns an iterator over the elements in this deque in proper sequence.Iterator<E>HashSet. iterator()Returns an Iterator on the elements of thisHashSet.Iterator<E>List. iterator()Returns an iterator on the elements of thisList.Iterator<E>NavigableSet. iterator()Returns an iterator over the elements in this set, in ascending order.Iterator<E>PriorityQueue. iterator()Gets the iterator of the priority queue, which will not return elements in any specified ordering.Iterator<S>ServiceLoader. iterator()Returns an iterator over all the service providers offered by this service loader.Iterator<E>Set. iterator()Returns an iterator on the elements of this set.Iterator<E>TreeSet. iterator()Returns an Iterator on the elements of thisTreeSet. -
Uses of Iterator in java.util.concurrent
Methods in java.util.concurrent that return Iterator Modifier and Type Method Description Iterator<E>ConcurrentLinkedDeque. descendingIterator()Returns an iterator over the elements in this deque in reverse sequential order.Iterator<E>ConcurrentSkipListSet. descendingIterator()Returns an iterator over the elements in this set in descending order.Iterator<E>LinkedBlockingDeque. descendingIterator()Returns an iterator over the elements in this deque in reverse sequential order.Iterator<E>ArrayBlockingQueue. iterator()Returns an iterator over the elements in this queue in proper sequence.Iterator<E>BlockingDeque. iterator()Returns an iterator over the elements in this deque in proper sequence.Iterator<E>ConcurrentLinkedDeque. iterator()Returns an iterator over the elements in this deque in proper sequence.Iterator<E>ConcurrentLinkedQueue. iterator()Returns an iterator over the elements in this queue in proper sequence.Iterator<E>ConcurrentSkipListSet. iterator()Returns an iterator over the elements in this set in ascending order.Iterator<E>CopyOnWriteArrayList. iterator()Returns anIteratorthat iterates over the elements of this list as they were at the time of this method call.Iterator<E>CopyOnWriteArraySet. iterator()Returns an iterator over the elements contained in this set in the order in which these elements were added.Iterator<E>DelayQueue. iterator()Returns an iterator over all the elements (both expired and unexpired) in this queue.Iterator<E>LinkedBlockingDeque. iterator()Returns an iterator over the elements in this deque in proper sequence.Iterator<E>LinkedBlockingQueue. iterator()Returns an iterator over the elements in this queue in proper sequence.Iterator<E>LinkedTransferQueue. iterator()Returns an iterator over the elements in this queue in proper sequence.Iterator<E>PriorityBlockingQueue. iterator()Returns an iterator over the elements in this queue.Iterator<E>SynchronousQueue. iterator()Returns an empty iterator in whichhasNextalways returnsfalse. -
Uses of Iterator in javax.xml.namespace
Methods in javax.xml.namespace that return Iterator Modifier and Type Method Description IteratorNamespaceContext. getPrefixes(String namespaceURI)Get all prefixes bound to a Namespace URI in the current scope. -
Uses of Iterator in org.apache.harmony.security.provider.cert
Methods in org.apache.harmony.security.provider.cert that return Iterator Modifier and Type Method Description Iterator<String>X509CertFactoryImpl. engineGetCertPathEncodings()Iterator<String>X509CertPathImpl. getEncodings() -
Uses of Iterator in org.apache.http
Subinterfaces of Iterator in org.apache.http Modifier and Type Interface Description interfaceHeaderElementIteratorA type-safe iterator forHeaderElementobjects.interfaceHeaderIteratorA type-safe iterator forHeaderobjects.interfaceTokenIteratorAn iterator forStringtokens. -
Uses of Iterator in org.apache.http.message
Classes in org.apache.http.message that implement Iterator Modifier and Type Class Description classBasicHeaderElementIteratorBasic implementation of aHeaderElementIterator.classBasicHeaderIteratorBasic implementation of aHeaderIterator.classBasicListHeaderIteratorImplementation of aHeaderIteratorbased on aList.classBasicTokenIteratorBasic implementation of aTokenIterator. -
Uses of Iterator in org.apache.xalan.templates
Methods in org.apache.xalan.templates that return Iterator Modifier and Type Method Description IteratorElemLiteralResult. enumerateLiteralResultAttributes()Compiling templates requires that we be able to list the AVTs ADDED 9/5/2000 to support compilation experiment -
Uses of Iterator in org.bouncycastle.jcajce.provider.asymmetric.x509
Methods in org.bouncycastle.jcajce.provider.asymmetric.x509 that return Iterator Modifier and Type Method Description IteratorCertificateFactory. engineGetCertPathEncodings()IteratorPKIXCertPath. getEncodings()Returns an iteration of the encodings supported by this certification path, with the default encoding first. -
Uses of Iterator in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider that return Iterator Modifier and Type Method Description IteratorPKIXPolicyNode. getChildren() -
Uses of Iterator in org.bouncycastle.x509
Methods in org.bouncycastle.x509 that return Iterator Modifier and Type Method Description IteratorX509V1CertificateGenerator. getSignatureAlgNames()Deprecated.Return an iterator of the signature names supported by the generator.IteratorX509V3CertificateGenerator. getSignatureAlgNames()Deprecated.Return an iterator of the signature names supported by the generator. -
Uses of Iterator in org.conscrypt
Methods in org.conscrypt that return Iterator Modifier and Type Method Description Iterator<String>OpenSSLX509CertificateFactory. engineGetCertPathEncodings()Iterator<String>OpenSSLX509CertPath. getEncodings() -
Uses of Iterator in org.json
-
Uses of Iterator in org.robovm.rt.bro