void AfficherResult(Result result) { for (Cell cell: result.listCells()) { AfficherCell(cell); } }