Constructor and Description |
---|
Iterator(T[] dataArray)
Base constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public Iterator(T[] dataArray)
Note: the array is not cloned, changes to it will affect the values returned by next().
dataArray
- array backing the iterator.Copyright © 2021 BouncyCastle.org. All rights reserved.