| 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, waitforEachRemainingpublic 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 © 2015–2020 The veraPDF Consortium. All rights reserved.