原创 Java數據結構——單向鏈表實現

/** * 單向鏈表實現類 * @Description * 類描述: * @author GaoAnQiu * @Date * @modify * 修改記錄: * */ public class Link {