Skip to content
Snippets Groups Projects
Commit 6f35cc69 authored by dragapsy's avatar dragapsy
Browse files

Tache 5 (La methode hasNext() de la classe ColoredCellIterator).

parent e35dbf8c
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,8 @@ public class ColoredCellIterator implements Iterator<Cell> {
@Override
public boolean hasNext() {
return false;
boolean expression=!(this.pendingCells.isEmpty());
return expression;
}
@Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment