<?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 Map interface impl for composition</title>
	<atom:link href="http://www.philvarner.com/blog/2009/02/01/java-map-interface-impl-for-composition/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.philvarner.com/blog/2009/02/01/java-map-interface-impl-for-composition/</link>
	<description>mostly technical stuff</description>
	<lastBuildDate>Thu, 22 Jul 2010 23:21:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Christian</title>
		<link>http://www.philvarner.com/blog/2009/02/01/java-map-interface-impl-for-composition/comment-page-1/#comment-1051</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Thu, 20 Aug 2009 13:16:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.philvarner.com/blog/?p=146#comment-1051</guid>
		<description>It is a common mistake that one should *always* favour composition over inheritance. Inheritance can be abused but in many cases inheritance is better than composition.</description>
		<content:encoded><![CDATA[<p>It is a common mistake that one should *always* favour composition over inheritance. Inheritance can be abused but in many cases inheritance is better than composition.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Merlyn Albery-Speyer</title>
		<link>http://www.philvarner.com/blog/2009/02/01/java-map-interface-impl-for-composition/comment-page-1/#comment-1036</link>
		<dc:creator>Merlyn Albery-Speyer</dc:creator>
		<pubDate>Sun, 22 Feb 2009 17:23:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.philvarner.com/blog/?p=146#comment-1036</guid>
		<description>Here&#039;s an idea. You want to avoid repeating the duplication of that code, right? Because it&#039;s Java, the way to do that is to ... use inheritance! That way you can create a CompositionHashMap to extend from. :D</description>
		<content:encoded><![CDATA[<p>Here&#039;s an idea. You want to avoid repeating the duplication of that code, right? Because it&#039;s Java, the way to do that is to &#8230; use inheritance! That way you can create a CompositionHashMap to extend from. :D</p>
]]></content:encoded>
	</item>
</channel>
</rss>
