<?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: Varargs Collection Factory Method</title>
	<atom:link href="http://isagoksu.com/2009/development/java/varargs-collection-factory-method/feed/" rel="self" type="application/rss+xml" />
	<link>http://isagoksu.com/2009/development/java/varargs-collection-factory-method/</link>
	<description>Nobody can be perfect, but you can think better, design better, and always use baby steps!</description>
	<lastBuildDate>Mon, 08 Mar 2010 17:05:53 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Esat Postaci</title>
		<link>http://isagoksu.com/2009/development/java/varargs-collection-factory-method/comment-page-1/#comment-2439</link>
		<dc:creator>Esat Postaci</dc:creator>
		<pubDate>Thu, 18 Jun 2009 07:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://isagoksu.com/?p=219#comment-2439</guid>
		<description>&lt;p&gt;Hi Isa,&lt;/p&gt;

&lt;p&gt;I measured that setOf method with 2346 arguments and no performance changes occured.&lt;/p&gt;

&lt;p&gt;I realized that the compiler recognizes the these arguments of the &quot;setOf&quot; method as new String[] { ... }
Best Regards&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Isa,</p>

<p>I measured that setOf method with 2346 arguments and no performance changes occured.</p>

<p>I realized that the compiler recognizes the these arguments of the &#8220;setOf&#8221; method as new String[] { &#8230; }
Best Regards</p>]]></content:encoded>
	</item>
</channel>
</rss>
