public class Table extends Object
| Constructor and Description |
|---|
Table() |
| Modifier and Type | Method and Description |
|---|---|
String |
get(int x,
int y)
获取表中某一个元素
|
void |
setLast(int x,
String t) |
int |
size() |
String |
toString() |
public String[][] v
Copyright © 2014–2021 码农场. All rights reserved.