public interface QueryResultStream extends Iterator<QueryResult>, AutoCloseable
Modifier and Type | Method and Description |
---|---|
default boolean |
hasNext() |
boolean |
hasNext(int timeout,
TimeUnit unit) |
QueryResult |
next() |
forEachRemaining, remove
close
default boolean hasNext()
hasNext
in interface Iterator<QueryResult>
boolean hasNext(int timeout, TimeUnit unit)
QueryResult next()
next
in interface Iterator<QueryResult>
Copyright © 2010–2019. All rights reserved.