| 程序包 | 说明 |
|---|---|
| cn.lzgabel.model.grid |
| 限定符和类型 | 方法和说明 |
|---|---|
Cell<T> |
Grid.addValueToCell(T value,
int row,
int col) |
Cell<T> |
Grid.getCell(GridPosition position) |
Cell<T> |
Grid.getCell(int row,
int column) |
Cell<T> |
Grid.getCellByValue(T value) |
| 限定符和类型 | 方法和说明 |
|---|---|
HashMap<T,Cell<T>> |
Grid.getCellMap() |
List<List<Cell<T>>> |
Grid.getColumns() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
Grid.getColumnOf(Cell<T> cell) |
void |
Grid.moveCellContent(Cell<T> sourceCell,
Cell<T> destCell) |
void |
Grid.moveCellContent(Cell<T> sourceCell,
Cell<T> destCell) |
void |
Grid.updateCellMap(Cell<T> newCell) |
Copyright © 2021. All rights reserved.