Package org.bouncycastle.util
Class Arrays.Iterator<T>
java.lang.Object
org.bouncycastle.util.Arrays.Iterator<T>
- All Implemented Interfaces:
Iterator<T>
- Enclosing class:
Arrays
Iterator backed by a specific array.
-
Constructor Details
-
Iterator
Base constructor.Note: the array is not cloned, changes to it will affect the values returned by next().
- Parameters:
dataArray
- array backing the iterator.
-
-
Method Details