public class Cell<T> extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
Point |
absolutePosition |
CellFlag |
flag |
GridPosition |
gridPosition |
public GridPosition gridPosition
public Point absolutePosition
public CellFlag flag
public Cell(T value, int row, int col)
public Cell(int row,
int col)
Copyright © 2021. All rights reserved.