Queue是java的一个借口,实现了Collection,LinkedList是实现了Queue的数据结构;
关于使用LinkedList的操作见:https://blog.csdn.net/sinat_36246371/article/details/53709625