每个单元的元素——三元组
public class Element {
/**
* 行
*/
private int row;
/**
* 列
*/
private int column;
/**
* 非0元素值item
*/
private int item;
public Element(