| Package | Description |
|---|---|
| org.openjena.atlas.iterator |
| Modifier and Type | Method and Description |
|---|---|
static <T> IteratorArray<T> |
IteratorArray.create(T[] array)
Iterator over all the array elements
|
static <T> IteratorArray<T> |
IteratorArray.create(T[] array,
int start,
int finish)
Iterator over array elements from start (inclusive) to finish (exclusive)
|
Licenced under the Apache License, Version 2.0