<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>JavaBlogging &#187; Map</title>
	<atom:link href="http://www.javablogging.com/tag/map/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.javablogging.com</link>
	<description>Tracking surprises, features and bugs</description>
	<lastBuildDate>Sun, 16 May 2010 03:01:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Type safety in Java Set and Map</title>
		<link>http://www.javablogging.com/type_safety_in_java_set_and_map/</link>
		<comments>http://www.javablogging.com/type_safety_in_java_set_and_map/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 17:11:09 +0000</pubDate>
		<dc:creator>ppow</dc:creator>
				<category><![CDATA[Generics]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[Collection]]></category>
		<category><![CDATA[Map]]></category>
		<category><![CDATA[Type safety]]></category>

		<guid isPermaLink="false">http://www.javablogging.com/?p=3</guid>
		<description><![CDATA[Probably many of you still remember the lack of type checking in Java 1.4 Collections and how much hassle it was to deal with casting the collection elements, not to mention how many errors this introduced to the code. Since introduction of generics in Java 1.5 this have really improved and one might think that [...]]]></description>
		<wfw:commentRss>http://www.javablogging.com/type_safety_in_java_set_and_map/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>
