java.lang.Iterable<T>
StringList
ASN1Sequence
, ASN1Set
, BERSequence
, BERSet
, CollectionStore
, DERSequence
, DERSet
, DLSequence
, DLSet
, ObjectDataSequence
public 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.
|