Package collections.hashset

Class Summary
Cart Demonstrates adding Product objects that already exist in a HashSet.
HashSetTest Demonstrates how to add objects to a HashSet and retrieve them.
Product Demonstrates how to override the hashCode and equals methods to test for equality.