@Deprecated public final class IteratorArray<T> extends Object implements Iterator<T>
| Modifier and Type | Method and Description |
|---|---|
static <T> IteratorArray<T> |
create(T[] array)
Deprecated.
Iterator over all the array elements
|
static <T> IteratorArray<T> |
create(T[] array,
int start,
int finish)
Deprecated.
Iterator over array elements from start (inclusive) to finish (exclusive)
|
T |
current()
Deprecated.
|
boolean |
hasNext()
Deprecated.
|
T |
next()
Deprecated.
|
void |
remove()
Deprecated.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic static <T> IteratorArray<T> create(T[] array)
public static <T> IteratorArray<T> create(T[] array, int start, int finish)
public T current()
Licenced under the Apache License, Version 2.0