Foundation 1.1.2

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 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.
abstract  Iterator CertPath.getEncodings()
          Returns an iteration of the encodings supported by this certification path, 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 AbstractSequentialList.iterator()
          Returns an iterator over the elements in this list (in proper sequence).
 Iterator HashSet.iterator()
          Returns an iterator over the elements in this set.
 Iterator Set.iterator()
          Returns an iterator over the elements in this set.
 Iterator AbstractList.iterator()
          Returns an iterator over the elements in this list in proper sequence.
 Iterator List.iterator()
          Returns an iterator over the elements in this list in proper sequence.
abstract  Iterator AbstractCollection.iterator()
          Returns an iterator over the elements contained in this collection.
 Iterator Collection.iterator()
          Returns an iterator over the elements in this collection.
 


Foundation 1.1.2

Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. Use of this specification is subject to license terms.