Project

General

Profile

Actions

Task #2120

closed

Change the return type of InterestTable::erase(...) method to void

Added by Yingdi Yu over 9 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
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

Also available in: Atom PDF