public class ArrayIterator
extends java.lang.Object
RangeIterator
interface. This class
implements the RangeIterator functionality for an underlying array
of objects. Used as the base class for the type-specific iterator
classes defined in this package.Constructor and Description |
---|
ArrayIterator(java.lang.Object[] array)
Creates an iterator for the given array of objects.
|
Modifier and Type | Method and Description |
---|---|
long |
getPosition() |
long |
getSize() |
boolean |
hasNext() |
java.lang.Object |
next() |
void |
remove() |
void |
skip(long items) |
"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"