标签:
class Coordinate{ private int x; private int y; } List<Coordinate> list=new ArrayList<Coordinate>(); 标准做法
二维线性表 list实现
原文地址:http://www.cnblogs.com/fthjane/p/4794672.html