public class ArrayOffsetIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>
| Constructor and Description |
|---|
ArrayOffsetIterator(java.lang.Object[] array,
int begin,
int exclusiveEnd,
int strideSize) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |