Package de.caluga.morphium.aggregation
Interface MorphiumAggregationIterator<T,R>
-
- All Superinterfaces:
Iterable<R>,Iterator<R>,MorphiumIterator<R>
- All Known Implementing Classes:
AggregationIterator
public interface MorphiumAggregationIterator<T,R> extends MorphiumIterator<R>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Aggregator<T,R>getAggregator()voidsetAggregator(Aggregator<T,R> aggregator)-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Methods inherited from interface de.caluga.morphium.query.MorphiumIterator
ahead, available, back, close, getCurrentBuffer, getCursor, nextMap
-
-
-
-
Method Detail
-
getAggregator
Aggregator<T,R> getAggregator()
-
setAggregator
void setAggregator(Aggregator<T,R> aggregator)
-
-