java.lang.Iterable<T>StringListASN1Sequence, ASN1Set, BERSequence, BERSet, CollectionStore, DERSequence, DERSet, DLSequence, DLSet, ObjectDataSequencepublic interface Iterable<T>
extends java.lang.Iterable<T>
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Iterator<T> |
iterator() |
Returns an iterator over a set of elements of type T.
|