<?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; toArray</title>
	<atom:link href="http://www.javablogging.com/tag/toarray/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>Converting a Collection&lt;T&gt; to an array</title>
		<link>http://www.javablogging.com/converting-a-collection-to-an-array/</link>
		<comments>http://www.javablogging.com/converting-a-collection-to-an-array/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 12:32:00 +0000</pubDate>
		<dc:creator>Miron Sadziak</dc:creator>
				<category><![CDATA[Generics]]></category>
		<category><![CDATA[Collection]]></category>
		<category><![CDATA[toArray]]></category>
		<category><![CDATA[Type Erasure]]></category>

		<guid isPermaLink="false">http://www.javablogging.com/?p=25</guid>
		<description><![CDATA[If you have been using Collections in Java 5 you probably have stumbled upon a problem of converting a given Collection&#60;T&#62; into an array of type T. In the Collection interface, there is a method called toArray() which returns an array of type Object[]. But then, if since Java 5 Collections are using generics, shouldn&#8217;t [...]]]></description>
		<wfw:commentRss>http://www.javablogging.com/converting-a-collection-to-an-array/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
