Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.util
Interface Iterable

All Known Subinterfaces:
StringList
All Known Implementing Classes:
ASN1Sequence, ASN1Set, ObjectDataSequence, CollectionStore

public interface Iterable

Utility class to allow use of Iterable feature in JDK 1.5+


Method Summary
 java.util.Iterator iterator()
          Returns an iterator over a set of elements of type T.
 

Method Detail

iterator

public java.util.Iterator iterator()
Returns an iterator over a set of elements of type T.
Returns:
an Iterator.

Bouncy Castle Cryptography Library 1.77.0