Skip to content
Snippets Groups Projects
Commit a6d1f343 authored by SAIDI Hatim's avatar SAIDI Hatim
Browse files

test

parent 7171edb0
No related branches found
No related tags found
No related merge requests found
......@@ -7,9 +7,9 @@ import java.util.Iterator;
import java.util.Set;
public class ColoredCellIterator implements Iterator<Cell> {
private Color color;
private Set<Cell> visitedCells;
private Set<Cell> pendingCells ;
private final Color color;
private final Set<Cell> visitedCells;
private final Set<Cell> pendingCells ;
public ColoredCellIterator(Cell startCell){
this.color = startCell.getColor();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment