-
Constructor Summary
Constructors
-
Method Summary
boolean
of(E[] array,
int start,
int length)
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ArrayIterator
public ArrayIterator(E[] values,
int start,
int end)
-
Method Details
-
-
-
-
-
of
public static <E> Iterator<E> of(E[] array,
int start,
int length)