Description
After reviewing the Hash API (http://s.apache.org/yzA), we decided to make
some refinements:
- Remove Find_Key.
- Add Has_Key.
- Use `size_t` for capacity and other internal variables.
- Make Hash final.
- Expose the following methods as public: Clear, Store, Fetch, Delete, Keys,
Values, Get_Size, Equals - Implement Clone() with shallow semantics.
CLOWNFISH-2,CLOWNFISH-7,CLOWNFISH-35,CLOWNFISH-36