|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openjena.atlas.iterator.IteratorArray<T>
public final class IteratorArray<T>
Iterator over a Java base array
Method Summary | ||
---|---|---|
static
|
create(T[] array)
Iterator over all the array elements |
|
static
|
create(T[] array,
int start,
int finish)
Iterator over array elements from start (inclusive) to finish (exclusive) |
|
T |
current()
|
|
boolean |
hasNext()
|
|
T |
next()
|
|
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static <T> IteratorArray<T> create(T[] array)
public static <T> IteratorArray<T> create(T[] array, int start, int finish)
public boolean hasNext()
hasNext
in interface Iterator<T>
public T current()
public T next()
next
in interface Iterator<T>
public void remove()
remove
in interface Iterator<T>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |