Help in Queues

Hi all,Could anybody please guide me to any good Queue tutorial. I need a generic knowledge, so that I could understand what are peek(), poll(), offer() and any other queue specific methods in LinkedList/PriorityQueue Collections.Thanks in advance for any guidance.
[286 byte] By [Sumit_Tyagia] at [2007-11-27 9:45:54]
# 1
If only the API documentation covered that, eh!
georgemca at 2007-7-12 23:55:24 > top of Java-index,Java Essentials,Java Programming...
# 2
http://java.sun.com/docs/books/tutorial/collections/index.html
prometheuzza at 2007-7-12 23:55:24 > top of Java-index,Java Essentials,Java Programming...
# 3
Thanks for your replies
Sumit_Tyagia at 2007-7-12 23:55:24 > top of Java-index,Java Essentials,Java Programming...