Uses of Interface
org.openjena.atlas.iterator.Accumulate

Packages that use Accumulate
org.openjena.atlas.iterator   
 

Uses of Accumulate in org.openjena.atlas.iterator
 

Classes in org.openjena.atlas.iterator that implement Accumulate
 class AccString<T>
           
 

Methods in org.openjena.atlas.iterator with parameters of type Accumulate
<R> R
Iter.reduce(Accumulate<T,R> aggregator)
           
static
<T,R> R
Iter.reduce(Iterable<? extends T> stream, Accumulate<T,R> aggregator)
           
static
<T,R> R
Iter.reduce(Iterator<? extends T> stream, Accumulate<T,R> aggregator)
           
 



Licenced under the Apache License, Version 2.0