Uses of Class
org.lightcouch.ChangesResult.Row
-
-
Uses of ChangesResult.Row in org.lightcouch
Fields in org.lightcouch declared as ChangesResult.Row Modifier and Type Field Description private ChangesResult.Row
Changes. nextRow
Fields in org.lightcouch with type parameters of type ChangesResult.Row Modifier and Type Field Description private java.util.List<ChangesResult.Row>
ChangesResult. results
Methods in org.lightcouch that return ChangesResult.Row Modifier and Type Method Description private ChangesResult.Row
Changes. getNextRow()
ChangesResult.Row
Changes. next()
Methods in org.lightcouch that return types with arguments of type ChangesResult.Row Modifier and Type Method Description java.util.List<ChangesResult.Row>
ChangesResult. getResults()
Methods in org.lightcouch with parameters of type ChangesResult.Row Modifier and Type Method Description private void
Changes. setNextRow(ChangesResult.Row nextRow)
-