Package de.caluga.morphium.aggregation
Interface MorphiumAggregationIterator<T,R>
- All Superinterfaces:
Iterable<R>,Iterator<R>,MorphiumIterator<R>
- All Known Implementing Classes:
AggregationIterator
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, removeMethods inherited from interface de.caluga.morphium.query.MorphiumIterator
ahead, available, back, close, getCurrentBuffer, getCursor, nextMap
-
Method Details
-
getAggregator
Aggregator<T,R> getAggregator() -
setAggregator
-