| Modifier and Type | Method and Description |
|---|---|
List<Value> |
Cell.getValues() |
Map<String,List<Value>> |
MysqlViewService.valuesPerHeader(List<String> headers,
Iterable<Entity> iterable)
Return the values map to headers
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MysqlViewService.areAllValuesEquals(List<Value> values) |
Row |
MysqlViewService.createRow(List<String> headers,
Map<String,List<Value>> valuesByHeader)
Add values row.
|
Row |
MysqlViewService.createRowByMergingValuesIfEquales(List<String> headers,
Map<String,List<Value>> valuesByHeader)
Merges the values if possible and produces a row.
|
Copyright © 2014. All Rights Reserved.