Uses of Class
de.caluga.morphium.query.QueryIterator
-
Packages that use QueryIterator Package Description de.caluga.morphium.query -
-
Uses of QueryIterator in de.caluga.morphium.query
Methods in de.caluga.morphium.query that return QueryIterator Modifier and Type Method Description QueryIterator<T>Query. asIterable()QueryIterator<T>Query. asIterable(int windowSize)QueryIterator<T>Query. asIterable(int windowSize, Class<? extends QueryIterator<T>> it)QueryIterator<T>Query. asIterable(QueryIterator<T> ret)QueryIterator<Map<String,Object>>Query. asMapIterable()QueryIterator<T>QueryIterator. setWindowSize(int windowSize)Methods in de.caluga.morphium.query with parameters of type QueryIterator Modifier and Type Method Description QueryIterator<T>Query. asIterable(QueryIterator<T> ret)Method parameters in de.caluga.morphium.query with type arguments of type QueryIterator Modifier and Type Method Description QueryIterator<T>Query. asIterable(int windowSize, Class<? extends QueryIterator<T>> it)
-