<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
  <title>Collections and algorithms</title>
  <description>Articles and tutorials on collections, data structures and algorithms in Java.</description>
  <link>http://www.javamex.com/tutorials/collections/</link>
  <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
  <language>en-gb</language>  <item>
    <title>Sources of entropy</title>
    <link>http://www.javamex.com/tutorials/random_numbers/entropy_sources.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Wed, 25 Mar 2009 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/random_numbers/entropy_sources.shtml</guid>
  </item>
  <item>
    <title>Using random numbers for simulations: Random.nextGaussian()</title>
    <link>http://www.javamex.com/tutorials/random_numbers/gaussian_distribution.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Fri, 17 Apr 2009 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/random_numbers/gaussian_distribution.shtml</guid>
  </item>
  <item>
    <title>Random.nextGaussian</title>
    <link>http://www.javamex.com/tutorials/random_numbers/gaussian_distribution_2.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Fri, 17 Apr 2009 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/random_numbers/gaussian_distribution_2.shtml</guid>
  </item>
  <item>
    <title>Generating random numbers in Java</title>
    <link>http://www.javamex.com/tutorials/random_numbers/index.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Fri, 17 Apr 2009 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/random_numbers/index.shtml</guid>
  </item>
  <item>
    <title>Using java.util.Random</title>
    <link>http://www.javamex.com/tutorials/random_numbers/java_util_random.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Thu, 19 Mar 2009 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/random_numbers/java_util_random.shtml</guid>
  </item>
  <item>
    <title>How does java.util.Random work and how good is it?</title>
    <link>http://www.javamex.com/tutorials/random_numbers/java_util_random_algorithm.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Thu, 19 Mar 2009 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/random_numbers/java_util_random_algorithm.shtml</guid>
  </item>
  <item>
    <title>Subclassing java.util.Random</title>
    <link>http://www.javamex.com/tutorials/random_numbers/java_util_random_subclassing.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Thu, 19 Feb 2009 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/random_numbers/java_util_random_subclassing.shtml</guid>
  </item>
  <item>
    <title>Randomness of bits with LCGs</title>
    <link>http://www.javamex.com/tutorials/random_numbers/lcg_bit_positions.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Tue, 16 Dec 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/random_numbers/lcg_bit_positions.shtml</guid>
  </item>
  <item>
    <title>&quot;java.lang.Random&quot; falls "mainly in the planes"</title>
    <link>http://www.javamex.com/tutorials/random_numbers/lcg_planes.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Mon, 08 Dec 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/random_numbers/lcg_planes.shtml</guid>
  </item>
  <item>
    <title>Multiply-with-carry (MWC) random number generators</title>
    <link>http://www.javamex.com/tutorials/random_numbers/multiply_with_carry.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Sat, 13 Dec 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/random_numbers/multiply_with_carry.shtml</guid>
  </item>
  <item>
    <title>How to pick a random sample from a list</title>
    <link>http://www.javamex.com/tutorials/random_numbers/random_sample.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Tue, 30 Dec 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/random_numbers/random_sample.shtml</guid>
  </item>
  <item>
    <title>The Java SecureRandom class</title>
    <link>http://www.javamex.com/tutorials/random_numbers/securerandom.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Wed, 25 Mar 2009 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/random_numbers/securerandom.shtml</guid>
  </item>
  <item>
    <title>Seeding random number generators</title>
    <link>http://www.javamex.com/tutorials/random_numbers/seeding.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Wed, 25 Mar 2009 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/random_numbers/seeding.shtml</guid>
  </item>
  <item>
    <title>Seeding random number generators: looking for entropy</title>
    <link>http://www.javamex.com/tutorials/random_numbers/seeding_entropy.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Fri, 17 Apr 2009 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/random_numbers/seeding_entropy.shtml</guid>
  </item>
  <item>
    <title>XORShift random number generators in Java</title>
    <link>http://www.javamex.com/tutorials/random_numbers/xorshift.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Fri, 17 Apr 2009 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/random_numbers/xorshift.shtml</guid>
  </item>
  <item>
    <title>Introduction to networking</title>
    <link>http://www.javamex.com/tutorials/networking/introduction.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Fri, 02 Jan 2009 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/networking/introduction.shtml</guid>
  </item>
  <item>
    <title>A simple client and server in Java</title>
    <link>http://www.javamex.com/tutorials/networking/simple_server.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Fri, 02 Jan 2009 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/networking/simple_server.shtml</guid>
  </item>
  <item>
    <title>A simple client and server in Java: the "conversation" server-side</title>
    <link>http://www.javamex.com/tutorials/networking/simple_server_s_side.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Fri, 02 Jan 2009 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/networking/simple_server_s_side.shtml</guid>
  </item>
  <item>
    <title>The deflate algorithm: dictionary compression in the Deflater</title>
    <link>http://www.javamex.com/tutorials/compression/deflater_algorithm.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Sat, 25 Oct 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/compression/deflater_algorithm.shtml</guid>
  </item>
  <item>
    <title>Huffman compression in the Deflater</title>
    <link>http://www.javamex.com/tutorials/compression/deflater_algorithm2.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Sat, 25 Oct 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/compression/deflater_algorithm2.shtml</guid>
  </item>
  <item>
    <title>Configuring the Java Deflater: compression level and strategy</title>
    <link>http://www.javamex.com/tutorials/compression/deflater_configuration.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Sat, 25 Oct 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/compression/deflater_configuration.shtml</guid>
  </item>
  <item>
    <title>How to compress data using Deflater in Java</title>
    <link>http://www.javamex.com/tutorials/compression/deflater_how_to.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Sat, 25 Oct 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/compression/deflater_how_to.shtml</guid>
  </item>
  <item>
    <title>Transforming data to improve Deflater performance</title>
    <link>http://www.javamex.com/tutorials/compression/deflater_pre_transform.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Sat, 25 Oct 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/compression/deflater_pre_transform.shtml</guid>
  </item>
  <item>
    <title>Reading GZIP files in Java</title>
    <link>http://www.javamex.com/tutorials/compression/gzip.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Mon, 27 Oct 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/compression/gzip.shtml</guid>
  </item>
  <item>
    <title>Data compression using Deflater in Java</title>
    <link>http://www.javamex.com/tutorials/compression/index.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Sat, 25 Oct 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/compression/index.shtml</guid>
  </item>
  <item>
    <title>Reading ZIP files in Java</title>
    <link>http://www.javamex.com/tutorials/compression/zip.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Thu, 27 Nov 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/compression/zip.shtml</guid>
  </item>
  <item>
    <title>Reading ZIP files in Java: enumeration and metadata</title>
    <link>http://www.javamex.com/tutorials/compression/zip_individual_entries.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Sat, 25 Oct 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/compression/zip_individual_entries.shtml</guid>
  </item>
  <item>
    <title>Problems with ZIP files in Java</title>
    <link>http://www.javamex.com/tutorials/compression/zip_problems.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Thu, 27 Nov 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/compression/zip_problems.shtml</guid>
  </item>
  <item>
    <title>ConcurrentSkipListMap</title>
    <link>http://www.javamex.com/tutorials/collections/ConcurrentSkipListMap.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Wed, 10 Dec 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/collections/ConcurrentSkipListMap.shtml</guid>
  </item>
  <item>
    <title>Java Collections: introduction to hashing</title>
    <link>http://www.javamex.com/tutorials/collections/hashing_intro.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Sun, 22 Jun 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/collections/hashing_intro.shtml</guid>
  </item>
  <item>
    <title>The mathematics of hash codes and hashing</title>
    <link>http://www.javamex.com/tutorials/collections/hashing_mathematics.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Tue, 08 Jul 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/collections/hashing_mathematics.shtml</guid>
  </item>
  <item>
    <title>The mathematics of hash codes and hashing: hash code statistics</title>
    <link>http://www.javamex.com/tutorials/collections/hashing_mathematics_statistics.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Tue, 08 Jul 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/collections/hashing_mathematics_statistics.shtml</guid>
  </item>
  <item>
    <title>Java Collections: hashing and hash maps</title>
    <link>http://www.javamex.com/tutorials/collections/hashmaps.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Fri, 13 Jun 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/collections/hashmaps.shtml</guid>
  </item>
  <item>
    <title>Java Collections: introduction to hashing and hash maps</title>
    <link>http://www.javamex.com/tutorials/collections/hashmaps2.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Mon, 13 Oct 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/collections/hashmaps2.shtml</guid>
  </item>
  <item>
    <title>Introduction to hashing and hash maps: improving the hash function</title>
    <link>http://www.javamex.com/tutorials/collections/hashmaps3.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Mon, 13 Oct 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/collections/hashmaps3.shtml</guid>
  </item>
  <item>
    <title>Introduction to hashing and hash maps: string hash functions</title>
    <link>http://www.javamex.com/tutorials/collections/hashmaps4.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Mon, 13 Oct 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/collections/hashmaps4.shtml</guid>
  </item>
  <item>
    <title>Advanced use of hash codes in Java</title>
    <link>http://www.javamex.com/tutorials/collections/hash_codes_advanced.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Thu, 26 Mar 2009 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/collections/hash_codes_advanced.shtml</guid>
  </item>
  <item>
    <title>Advanced use of hash codes in Java: duplicate elimination</title>
    <link>http://www.javamex.com/tutorials/collections/hash_codes_advanced_duplicate_elimination.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Wed, 16 Jul 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/collections/hash_codes_advanced_duplicate_elimination.shtml</guid>
  </item>
  <item>
    <title>Advanced use of hash codes in Java: duplicate elimination with a BitSet</title>
    <link>http://www.javamex.com/tutorials/collections/hash_codes_advanced_duplicate_elimination_2.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Mon, 08 Dec 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/collections/hash_codes_advanced_duplicate_elimination_2.shtml</guid>
  </item>
  <item>
    <title>Advanced use of hash codes in Java: keying on hash code</title>
    <link>http://www.javamex.com/tutorials/collections/hash_codes_advanced_keying_on_hash_code.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Wed, 16 Jul 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/collections/hash_codes_advanced_keying_on_hash_code.shtml</guid>
  </item>
  <item>
    <title>Advanced use of hash codes in Java: statistics</title>
    <link>http://www.javamex.com/tutorials/collections/hash_codes_advanced_statistics.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Tue, 20 Jan 2009 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/collections/hash_codes_advanced_statistics.shtml</guid>
  </item>
  <item>
    <title>Advanced use of hash codes in Java: doing away with the keys</title>
    <link>http://www.javamex.com/tutorials/collections/hash_codes_advanced_storing_hash_only.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Wed, 16 Jul 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/collections/hash_codes_advanced_storing_hash_only.shtml</guid>
  </item>
  <item>
    <title>Java Collections: overriding hashCode() and equals()</title>
    <link>http://www.javamex.com/tutorials/collections/hash_code_equals.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Sun, 22 Jun 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/collections/hash_code_equals.shtml</guid>
  </item>
  <item>
    <title>Secure hash functions</title>
    <link>http://www.javamex.com/tutorials/collections/hash_functions_secure.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Thu, 26 Mar 2009 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/collections/hash_functions_secure.shtml</guid>
  </item>
  <item>
    <title>Strong and secure hash functions</title>
    <link>http://www.javamex.com/tutorials/collections/hash_functions_strong.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Thu, 26 Mar 2009 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/collections/hash_functions_strong.shtml</guid>
  </item>
  <item>
    <title>Strong (non-secure) hash functions</title>
    <link>http://www.javamex.com/tutorials/collections/hash_functions_strong_2.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Thu, 26 Mar 2009 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/collections/hash_functions_strong_2.shtml</guid>
  </item>
  <item>
    <title>Writing a hash function in Java: guide to implementing hashCode()</title>
    <link>http://www.javamex.com/tutorials/collections/hash_function_guidelines.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Mon, 13 Oct 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/collections/hash_function_guidelines.shtml</guid>
  </item>
  <item>
    <title>How the Java String hash function works</title>
    <link>http://www.javamex.com/tutorials/collections/hash_function_technical.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Tue, 17 Jun 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/collections/hash_function_technical.shtml</guid>
  </item>
  <item>
    <title>How the Java String hash function works (2)</title>
    <link>http://www.javamex.com/tutorials/collections/hash_function_technical_2.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Wed, 16 Jul 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/collections/hash_function_technical_2.shtml</guid>
  </item>
  <item>
    <title>Introductions to Collections (data structures) in Java</title>
    <link>http://www.javamex.com/tutorials/collections/index.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Tue, 20 Jan 2009 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/collections/index.shtml</guid>
  </item>
  <item>
    <title>Java Collections: maps</title>
    <link>http://www.javamex.com/tutorials/collections/maps.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Mon, 16 Jun 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/collections/maps.shtml</guid>
  </item>
  <item>
    <title>Sorting data in Java: the compareTo() method of the Comparable interface</title>
    <link>http://www.javamex.com/tutorials/collections/sorting_comparable_compareto.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Thu, 31 Jul 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/collections/sorting_comparable_compareto.shtml</guid>
  </item>
  <item>
    <title>Sorting data in Java: the Comparable interface</title>
    <link>http://www.javamex.com/tutorials/collections/sorting_comparable_interface.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Thu, 31 Jul 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/collections/sorting_comparable_interface.shtml</guid>
  </item>
  <item>
    <title>Sorting data in Java: optimising the compareTo() method</title>
    <link>http://www.javamex.com/tutorials/collections/sorting_comparable_optimisation.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Fri, 08 Aug 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/collections/sorting_comparable_optimisation.shtml</guid>
  </item>
  <item>
    <title>Specifying how to sort data in Java: Comparators</title>
    <link>http://www.javamex.com/tutorials/collections/sorting_comparator.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Fri, 08 Aug 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/collections/sorting_comparator.shtml</guid>
  </item>
  <item>
    <title>Specifying how to sort data in Java: an example Comparator</title>
    <link>http://www.javamex.com/tutorials/collections/sorting_comparator_example.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Fri, 08 Aug 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/collections/sorting_comparator_example.shtml</guid>
  </item>
  <item>
    <title>Implementing an Insertion Sort in Java</title>
    <link>http://www.javamex.com/tutorials/collections/sorting_insertion_sort.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Sun, 10 Aug 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/collections/sorting_insertion_sort.shtml</guid>
  </item>
  <item>
    <title>Introduction to sorting data with Java collections</title>
    <link>http://www.javamex.com/tutorials/collections/sorting_intro.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Sat, 18 Apr 2009 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/collections/sorting_intro.shtml</guid>
  </item>
  <item>
    <title>Performance of the Java sorting algorithm</title>
    <link>http://www.javamex.com/tutorials/collections/sorting_java_algorithm_performance.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Tue, 20 Jan 2009 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/collections/sorting_java_algorithm_performance.shtml</guid>
  </item>
  <item>
    <title>Performance of the Java sorting algorithm (ctd)</title>
    <link>http://www.javamex.com/tutorials/collections/sorting_java_algorithm_performance_2.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Tue, 20 Jan 2009 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/collections/sorting_java_algorithm_performance_2.shtml</guid>
  </item>
  <item>
    <title>Sorting data in Java: how to sort a list of Strings or Integers</title>
    <link>http://www.javamex.com/tutorials/collections/sorting_simple_cases.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Fri, 08 Aug 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/collections/sorting_simple_cases.shtml</guid>
  </item>
  <item>
    <title>Introduction to using collections in Java</title>
    <link>http://www.javamex.com/tutorials/collections/using_1.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Thu, 28 Aug 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/collections/using_1.shtml</guid>
  </item>
  <item>
    <title>Using collections in Java: enumerating items in a list</title>
    <link>http://www.javamex.com/tutorials/collections/using_2.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Fri, 13 Jun 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/collections/using_2.shtml</guid>
  </item>
  <item>
    <title>Using collections in Java: sets</title>
    <link>http://www.javamex.com/tutorials/collections/using_3.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Sun, 14 Dec 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/collections/using_3.shtml</guid>
  </item>
  <item>
    <title>How to use a set: the HashSet</title>
    <link>http://www.javamex.com/tutorials/collections/using_3_sets_hashset.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Sun, 14 Dec 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/collections/using_3_sets_hashset.shtml</guid>
  </item>
  <item>
    <title>Using collections in Java: maps and the HashMap</title>
    <link>http://www.javamex.com/tutorials/collections/using_4.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Sat, 11 Apr 2009 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/collections/using_4.shtml</guid>
  </item>
  <item>
    <title>Using collections in Java: making your classes work with hash maps and hash sets</title>
    <link>http://www.javamex.com/tutorials/collections/using_5.shtml</link>
    <category domain="http://www.dmoz.org">Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials</category>
    <pubDate>Tue, 17 Jun 2008 00:00:01 GMT</pubDate>
    <guid isPermaLink="true">http://www.javamex.com/tutorials/collections/using_5.shtml</guid>
  </item>
</channel>
</rss>
