Class QueryIterator<T>

java.lang.Object
de.caluga.morphium.query.QueryIterator<T>
All Implemented Interfaces:
MorphiumIterator<T>, Iterable<T>, Iterator<T>

public class QueryIterator<T> extends Object implements MorphiumIterator<T>, Iterator<T>, Iterable<T>
User: Stephan Bösebeck Date: 25.03.16 Time: 22:33

iterating over huge collections using the mongodb internal cursor

  • Constructor Details

    • QueryIterator

      public QueryIterator()
  • Method Details