Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR 217 (Maintenance Release)

Uses of Interface
java.util.Iterator

Packages that use Iterator
java.security.cert Provides classes and interfaces for parsing and managing certificates, certificate revocation lists (CRLs), and certification paths. 
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). 
 

Uses of Iterator in java.security.cert
 

Methods in java.security.cert that return Iterator
 Iterator CertificateFactory.getCertPathEncodings()
          Returns an iteration of the CertPath encodings supported by this certificate factory, with the default encoding first.
abstract  Iterator CertPath.getEncodings()
          Returns an iteration of the encodings supported by this certification path, with the default encoding first.
 Iterator CertificateFactorySpi.engineGetCertPathEncodings()
          Returns an iteration of the CertPath encodings supported by this certificate factory, with the default encoding first.
 

Uses of Iterator in java.util
 

Subinterfaces of Iterator in java.util
 interface ListIterator
          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.
 

Methods in java.util that return Iterator
 Iterator TreeSet.iterator()
          Returns an iterator over the elements in this set.
 Iterator HashSet.iterator()
          Returns an iterator over the elements in this set.
abstract  Iterator AbstractCollection.iterator()
          Returns an iterator over the elements contained in this collection.
 Iterator List.iterator()
          Returns an iterator over the elements in this list in proper sequence.
 Iterator AbstractList.iterator()
          Returns an iterator over the elements in this list in proper sequence.
 Iterator AbstractSequentialList.iterator()
          Returns an iterator over the elements in this list (in proper sequence).
 Iterator Set.iterator()
          Returns an iterator over the elements in this set.
 Iterator Collection.iterator()
          Returns an iterator over the elements in this collection.
 


JSR 217 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 217 specification.