JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
io.vertx.sqlclient
RowIterator
Contents
Description
Method Summary
Method Details
hasNext()
next()
Hide sidebar
Show sidebar
Interface RowIterator<
R
>
All Superinterfaces:
Iterator
<R>
public interface
RowIterator<R>
extends
Iterator
<R>
An iterator for processing rows.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
hasNext
()
R
next
()
Methods inherited from interface
Iterator
forEachRemaining
,
remove
Method Details
hasNext
boolean
hasNext
()
Specified by:
hasNext
in interface
Iterator
<
R
>
next
R
next
()
Specified by:
next
in interface
Iterator
<
R
>