<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Java &#8211; Queue Example</title>
	<atom:link href="http://www.easywayserver.com/blog/java-queue-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.easywayserver.com/blog/java-queue-example/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 26 Jul 2010 03:33:15 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Don Bosco Antony</title>
		<link>http://www.easywayserver.com/blog/java-queue-example/comment-page-1/#comment-10062</link>
		<dc:creator>Don Bosco Antony</dc:creator>
		<pubDate>Fri, 09 Jul 2010 06:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.easywayserver.com/blog/java-queue-example/#comment-10062</guid>
		<description>peek() 
          Retrieves, but does not remove, the head (first element) of this list

poll() 
          Retrieves and removes the head (first element) of this list.</description>
		<content:encoded><![CDATA[<p>peek()<br />
          Retrieves, but does not remove, the head (first element) of this list</p>
<p>poll()<br />
          Retrieves and removes the head (first element) of this list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gr</title>
		<link>http://www.easywayserver.com/blog/java-queue-example/comment-page-1/#comment-9004</link>
		<dc:creator>gr</dc:creator>
		<pubDate>Mon, 17 May 2010 21:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.easywayserver.com/blog/java-queue-example/#comment-9004</guid>
		<description>I got it now, the implementation is in the imported package: import java.util.Queue;</description>
		<content:encoded><![CDATA[<p>I got it now, the implementation is in the imported package: import java.util.Queue;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gr</title>
		<link>http://www.easywayserver.com/blog/java-queue-example/comment-page-1/#comment-9003</link>
		<dc:creator>gr</dc:creator>
		<pubDate>Mon, 17 May 2010 21:47:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.easywayserver.com/blog/java-queue-example/#comment-9003</guid>
		<description>where is the implementation of the poll() and peek() methods?</description>
		<content:encoded><![CDATA[<p>where is the implementation of the poll() and peek() methods?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
