Uses of Class
org.openjena.atlas.iterator.IteratorArray

Packages that use IteratorArray
org.openjena.atlas.iterator   
 

Uses of IteratorArray in org.openjena.atlas.iterator
 

Methods in org.openjena.atlas.iterator that return IteratorArray
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