collections.buckettest
Class SimpleBucketTest

java.lang.Object
  extended by collections.buckettest.SimpleBucketTest

public class SimpleBucketTest
extends java.lang.Object

Demonstrates the affect that hash code values and initial capacity have on collisions in a HashMap.

Author:
Thomas Rowland

Constructor Summary
SimpleBucketTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleBucketTest

public SimpleBucketTest()
Method Detail

main

public static void main(java.lang.String[] args)