摘要: 具体的LinkedList数据结构参考这个链接 队列用法主要来自于Deque,而Deque又继承自Queue 先从下面一段代码说起吧 public static void main(String[] args) { Queue<String> queue=new LinkedList<>(); qu 阅读全文
posted @ 2020-01-10 00:20 思思博士 阅读(3467) 评论(1) 推荐(1) 编辑