|
for (Table.Cell<Double, Double, Double> cell : table.cellSet()) {
|
|
for (Table.Cell<Double, Double, Double> cell : table.cellSet()) {
|
|
LOGGER.info("score {} in {} - {} , value is {}", score, rowKey, columnKey, cell.getValue());
|
|
LOGGER.info("score {} in {} - {} , value is {}", score, rowKey, columnKey, cell.getValue());
|