What kind of objects are the hash keys for? If you want each new object to have a unique key, create the key by using a static int that is incremented for each object created.

What types of...