1142:9437530176bc | 1143:0559812df10c |
---|---|
1 # map.h | 1 # Map Interface |
2 | 2 |
3 Similar to the list interface, the map interface provides a common API for implementing maps. | 3 Similar to the list interface, the map interface provides a common API for implementing maps. |
4 There are some minor subtle differences, though. | 4 There are some minor subtle differences, though. |
5 | 5 |
6 First, the `remove` method is not always a destructive removal. | 6 First, the `remove` method is not always a destructive removal. |