输出是:
Queue接口底层换一个实现类,照样的是调用Queue接口中的方法
Queue接口的实现类竟然有一个是LinkedList,一个是优先队列
原文:http://www.cnblogs.com/cs-lcy/p/7392633.html