public class Table extends Object
String[][]
v
Table()
String
get(int x, int y)
void
setLast(int x, String t)
int
size()
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public String[][] v
public Table()
public String toString()
toString
Object
public String get(int x, int y)
x
y
public void setLast(int x, String t)
public int size()
Copyright © 2014–2018 码农场. All rights reserved.