<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.bytemycode.com/rssformat.xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>byteMyCode: Snippet Revisions</title>
		<link>http://www.bytemycode.com</link>
		<description>Revisions for this snippet.</description>
		<pubDate>Thu, 28 Aug 2008 16:01:00 +0000</pubDate>
		<copyright>1998-2008 </copyright>
		<language>en-us</language>
		<image>
		      <link>http://www.bytemycode.com</link>
		      <url>http://www.bytemycode.com/img/rss_title.gif</url>
		      <title>byteMyCode</title>
		</image>

	
	<item>
		<title>Removing doubles from a list 1</title>
		<link>http://www.bytemycode.com/snippets/snippet/806/1/</link>
		<comments>http://www.bytemycode.com/snippets/snippet/806/comments/</comments>
		<pubDate>Sat, 10 May 2008 11:10:37 +0000</pubDate>
		<dc:creator>Kelmi</dc:creator>
		<category>doubles, List, REMOVE, Set</category>
		<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/806/</guid>
		<description>
			<![CDATA[
				<p>The method 'removeDoubles' uses a HashSet to remove double elements from a list without creating another list. The first occurrences of the multiple elements are kept, others will be removed. The order of the list will be preserved. The parameter list's iterator must support remove. Example of use is given in the main-method.</p>
			]]>
		</description>
	</item>

	
	</channel>
</rss>