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. rowsMethods 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 voidViewResult. setRows(java.util.List<ViewResult.Rows> rows)
-