Saturday, November 21, 2009

My 0.2 Release

0.2 released.

In this release, I have implemented the HashMap function.

HashMap function contains the following member functions:

put(key,value)
get(key)
remove(key)
isEmpty()
size()
clear()

containsKey(key)
containsValue(value)

No comments:

Post a Comment