示例#1
0
 public void setEmpty(int index) {
   setPiece(index, 'x');
 }
示例#2
0
 public void addWhite(int index) {
   setPiece(index, 'W');
 }