Actions
Task #4239
closedFeature #4238: Increase independence of RoutingTable.
Agnosticize Map
Start date:
Due date:
% Done:
0%
Estimated time:
Description
The Map abstraction class currently interacts with NLSR directly to populate its table of names. It should make the fewest assumptions possible, namely:
- I have access to a container, and
- I know the type of the contents of the container.
These two things are accomplished by using iterators.
Actions