Deque接口继承了Queue接口,而Queue接口继承了Collection接口,LinkedList实现了Deque接口 (顶级接口)Collection-->Queue-->Deque-->LinkedList(实现类)