|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Iter | |
|---|---|
| org.openjena.atlas.iterator | |
| Uses of Iter in org.openjena.atlas.iterator |
|---|
| Methods in org.openjena.atlas.iterator that return Iter | ||
|---|---|---|
Iter<T> |
Iter.append(Iterator<T> iter)
|
|
static
|
Iter.concat(Iter<T> iter1,
Iter<T> iter2)
|
|
Iter<T> |
Iter.distinct()
|
|
Iter<T> |
Iter.filter(Filter<T> filter)
|
|
static
|
Iter.iter(Collection<T> collection)
|
|
static
|
Iter.iter(Iter<T> iter)
|
|
static
|
Iter.iter(Iterable<T> iterable)
|
|
static
|
Iter.iter(Iterator<T> iterator)
|
|
|
Iter.map(Transform<T,R> converter)
|
|
static
|
Iter.nullIter()
|
|
Iter<T> |
Iter.operate(Action<T> action)
Apply an action to everything in the stream, yielding a stream of the same items |
|
Iter<T> |
Iter.removeNulls()
|
|
static
|
Iter.singletonIter(T item)
|
|
| Methods in org.openjena.atlas.iterator with parameters of type Iter | ||
|---|---|---|
static
|
Iter.asString(Iter<T> stream)
|
|
static
|
Iter.asString(Iter<T> stream,
AccString<T> formatter)
|
|
static
|
Iter.asString(Iter<T> stream,
String sep)
|
|
static
|
Iter.concat(Iter<T> iter1,
Iter<T> iter2)
|
|
static
|
Iter.concat(Iter<T> iter1,
Iter<T> iter2)
|
|
static
|
Iter.iter(Iter<T> iter)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||