Java、ConcurrentLinkedDeque 与 ConcurrentLinkedQueue - 区别是什么?
Java, ConcurrentLinkedDeque vs ConcurrentLinkedQueue - the difference?
Api ConcurrentLinkedDeque 和 ConcurrentLinkedQueue 的链接:
http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ConcurrentLinkedDeque.html
http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ConcurrentLinkedQueue.html
两者有什么区别?
第一个,DeQueue的方法比较多,但是两者的根本区别是什么?
Api ConcurrentLinkedDeque 和 ConcurrentLinkedQueue 的链接:
http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ConcurrentLinkedDeque.html
http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ConcurrentLinkedQueue.html
两者有什么区别?
第一个,DeQueue的方法比较多,但是两者的根本区别是什么?