Uses of Class
org.lightcouch.ViewResult.Rows
-
-
Uses of ViewResult.Rows in org.lightcouch
Fields in org.lightcouch with type parameters of type ViewResult.Rows Modifier and Type Field Description private java.util.List<ViewResult.Rows>
ViewResult. rows
Methods in org.lightcouch that return types with arguments of type ViewResult.Rows Modifier and Type Method Description java.util.List<ViewResult.Rows>
ViewResult. getRows()
Method parameters in org.lightcouch with type arguments of type ViewResult.Rows Modifier and Type Method Description void
ViewResult. setRows(java.util.List<ViewResult.Rows> rows)
-