public class Chunk<T> extends Object implements Iterator<ResultWithCursor<T>>
public boolean hasNext()
hasNext
in interface Iterator<ResultWithCursor<T>>
public ResultWithCursor<T> next()
next
in interface Iterator<ResultWithCursor<T>>
public void remove()
remove
in interface Iterator<ResultWithCursor<T>>
Copyright © 2014. All rights reserved.