NCollection_Map.hxx comment reports linear access time

module NCollection_Map.hxx
[...]

* Purpose: Single hashed Map. This Map is used to store and
* retrieve keys in linear time.
*

Being a hashed container, linear access time would be fairly useless. Did you mean 'constant'?