public class Cell extends Object implements Cloneable
Modifier and Type | Method and Description |
---|---|
Cell |
clone() |
static Cell |
getInstance(char character)
Factory method to produce a
Cell . |
static List<Cell> |
getRowFrom(String line) |
Character |
getSolution() |
boolean |
isBlock() |
boolean |
isSolved() |
boolean |
isSpecial() |
void |
setSolution(Character solution) |
String |
toString() |
public boolean isBlock()
public boolean isSpecial()
public boolean isSolved()
public Character getSolution()
public void setSolution(Character solution)
public Cell clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public static Cell getInstance(char character)
Cell
.public static List<Cell> getRowFrom(String line)
Copyright © 2015–2020 Allen D. Ball. All rights reserved.