whoa
Some checks failed
Linux arm64 / Build (push) Failing after 23s

This commit is contained in:
Janet-Doe
2025-01-10 17:04:58 +01:00
parent d849f3afc4
commit e2c8253f4a
4 changed files with 97 additions and 3 deletions

View File

@@ -25,6 +25,11 @@ public class MutableCell extends Cell{
setSymboleIndex(NOSYMBOLE);
}
public void clear(int indexSymbol) {
hintsSymbolIndex.remove(indexSymbol);
this.clear();
}
public List<Integer> getHints() {
return this.hintsSymbolIndex;
}