Actions
Task #2120
closedChange the return type of InterestTable::erase(...) method to void
Start date:
11/03/2014
Due date:
% Done:
100%
Estimated time:
Description
As std convention, erase method should return nothing. However, the erase method in current InterestTable implementation implicitly serve as a lookup method.
We should separate the lookup functionality out of the erase method to follow the convention.
Actions