List集合制作栈容器结构。
压栈:
list.add(0,object);
弹栈:
Object object = list.remove(0);
posted on 2018-07-04 14:01 千羽12138 阅读(76) 评论(0) 收藏 举报