public class ArrayIterator
extends java.lang.Object
implements java.util.Iterator
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
array |
protected int |
i
Index into the data array
|
protected int |
n
Arrays are fixed size; precompute.
|
Constructor and Description |
---|
ArrayIterator(java.lang.Object array) |
Copyright ? 2006-2016 Terence Parr