日期:2014-05-20 浏览次数:20621 次
public class RowObject<T> implements Cloneable,Serializable{ private static final long serialVersionUID = 1L; T t; RowObject<T> previous; RowObject<T> next; }