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.RowChanges. nextRowFields in org.lightcouch with type parameters of type ChangesResult.Row Modifier and Type Field Description private java.util.List<ChangesResult.Row>ChangesResult. resultsMethods in org.lightcouch that return ChangesResult.Row Modifier and Type Method Description private ChangesResult.RowChanges. getNextRow()ChangesResult.RowChanges. 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 voidChanges. setNextRow(ChangesResult.Row nextRow)
-