..单向链表
import java.util.ArrayList;ArrayList arr = new ListArray();arr.add(obj);arr.remove(obj);arr.get(index);arr.set(index,obj);