Package | Description |
---|---|
java.security.cert | |
java.util |
Modifier and Type | Method and Description |
---|---|
Iterator |
CertificateFactorySpi.engineGetCertPathEncodings() |
Iterator |
CertificateFactory.getCertPathEncodings() |
Iterator |
PolicyNode.getChildren()
Get the iterator of the child nodes of this node.
|
abstract Iterator |
CertPath.getEncodings()
Get an immutable iterator over the path encodings (all String names),
starting with the default encoding.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ListIterator |
Modifier and Type | Method and Description |
---|---|
abstract Iterator |
AbstractCollection.iterator()
Returns an instance of
Iterator that may be used to access the
objects contained by this Collection . |
Iterator |
AbstractList.iterator()
Returns an iterator on the elements of this list.
|
Iterator |
AbstractSequentialList.iterator() |
Iterator |
Collection.iterator() |
Iterator |
HashSet.iterator()
Returns an Iterator on the elements of this
HashSet . |
Iterator |
List.iterator() |
Iterator |
Set.iterator() |
Iterator |
TreeSet.iterator() |
Iterator |
Vector.iterator()
Iterator is inherited from AbstractList !!!
--> it is allowed to overwrite it!
|