public class IteratorArray<T> extends java.lang.Object implements IterableIterator<T>
| Modifier and Type | Field and Description | 
|---|---|
| (package private) T[] | array | 
| (package private) boolean | bExecHasNext | 
| (package private) int | ix | 
| Constructor and Description | 
|---|
| IteratorArray(T[] array)Initializes with given mask. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | hasNext() | 
| java.util.Iterator<T> | iterator() | 
| T | next() |