<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - cetnar</title>
<link>http://snipplr.com/users/cetnar</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 21 Nov 2008 16:43:21 GMT</pubDate>
<item>
<title>(XML) Web.xml sample</title>
<link>http://snipplr.com/view/560/webxml-sample/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 23 Jul 2006 12:46:25 GMT</pubDate>
<guid>http://snipplr.com/view/560/webxml-sample/</guid>
</item>
<item>
<title>(Java) Value-specific class bodies in an enum</title>
<link>http://snipplr.com/view/433/valuespecific-class-bodies-in-an-enum/</link>
<description><![CDATA[ <p>In covering the more advanced features of enums, I can't leave out the ability to define value-specific class bodies. That sounds sort of fancy, but all it means is that each enumerated value within a type can define value-specific methods.</p> ]]></description>
<pubDate>Sat, 15 Jul 2006 08:30:08 GMT</pubDate>
<guid>http://snipplr.com/view/433/valuespecific-class-bodies-in-an-enum/</guid>
</item>
<item>
<title>(Java) Maps of Enums</title>
<link>http://snipplr.com/view/432/maps-of-enums/</link>
<description><![CDATA[ <p>EnumMap protects you from mis-ordering when initializing values, reordering in the enumerated type, and just about any other strange situation that can arise from more than one person working on code at the same time.</p> ]]></description>
<pubDate>Sat, 15 Jul 2006 08:22:26 GMT</pubDate>
<guid>http://snipplr.com/view/432/maps-of-enums/</guid>
</item>
<item>
<title>(Java) Switching on enums</title>
<link>http://snipplr.com/view/431/switching-on-enums/</link>
<description><![CDATA[ <p>- Tiger simply requires that you not preface each enumerated type with the enum class name
- if not handling every enumerated type - warining will be displayed that not all of enum values not being compile time constants</p> ]]></description>
<pubDate>Sat, 15 Jul 2006 03:44:57 GMT</pubDate>
<guid>http://snipplr.com/view/431/switching-on-enums/</guid>
</item>
<item>
<title>(Java) Using Enum</title>
<link>http://snipplr.com/view/430/using-enum/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 15 Jul 2006 03:31:27 GMT</pubDate>
<guid>http://snipplr.com/view/430/using-enum/</guid>
</item>
<item>
<title>(Java) Generics - List of unknown - adding type restrictions.</title>
<link>http://snipplr.com/view/429/generics--list-of-unknown--adding-type-restrictions/</link>
<description><![CDATA[ <p>Za typ N można podstawić dowolny typ dziedziczący po Number.</p> ]]></description>
<pubDate>Sat, 15 Jul 2006 02:54:09 GMT</pubDate>
<guid>http://snipplr.com/view/429/generics--list-of-unknown--adding-type-restrictions/</guid>
</item>
<item>
<title>(Java) Generics - List of unknown</title>
<link>http://snipplr.com/view/428/generics--list-of-unknown/</link>
<description><![CDATA[ <p>Użycie jednoliterowego typu w definicji typu generycznego oznacza, że może być użyta tam dowolna klasa.</p> ]]></description>
<pubDate>Sat, 15 Jul 2006 02:49:34 GMT</pubDate>
<guid>http://snipplr.com/view/428/generics--list-of-unknown/</guid>
</item>
<item>
<title>(Java) Generics - Using Type Wildcards</title>
<link>http://snipplr.com/view/427/generics--using-type-wildcards/</link>
<description><![CDATA[ <p>Uwaga: taki typ generyczny jest niestety readonly.</p> ]]></description>
<pubDate>Sat, 15 Jul 2006 02:24:49 GMT</pubDate>
<guid>http://snipplr.com/view/427/generics--using-type-wildcards/</guid>
</item>
<item>
<title>(Java) Iterating over generic list</title>
<link>http://snipplr.com/view/340/iterating-over-generic-list/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 11 Jul 2006 00:26:26 GMT</pubDate>
<guid>http://snipplr.com/view/340/iterating-over-generic-list/</guid>
</item>
<item>
<title>(Java) Arrays.deepToString()</title>
<link>http://snipplr.com/view/299/arraysdeeptostring/</link>
<description><![CDATA[ <p>Here's the output:

         [java] [[X, O, O], [O, X, X], [X, O, X]]

There are similar methods:
- Arrays.deepHashCode
- Arrays.deepEquals</p> ]]></description>
<pubDate>Sun, 09 Jul 2006 05:08:40 GMT</pubDate>
<guid>http://snipplr.com/view/299/arraysdeeptostring/</guid>
</item>
</channel>
</rss>