Package org.bouncycastle.util
Interface Iterable
-
- All Known Subinterfaces:
StringList
- All Known Implementing Classes:
ASN1Sequence
,ASN1Set
,BERSequence
,BERSet
,CollectionStore
,DERSequence
,DERSet
,DLSequence
,DLSet
,ObjectDataSequence
public interface Iterable
Utility class to allow use of Iterable feature in JDK 1.5+
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Iterator
iterator()
Returns an iterator over a set of elements of type T.
-