Refactored MapDelOdd MT-test
[libcds.git] / cds / container / michael_map_nogc.h
index 7ed7747cbbcecd34e97bbb805583a1aa402d37fa..737578cadaf04bcc02795da5ee4ab4cec7a0be82 100644 (file)
@@ -435,7 +435,7 @@ namespace cds { namespace container {
             and returns an iterator pointed to item found and \ref end() otherwise
         */
         template <typename K>
-        iterator find( K const& key )
+        iterator contains( K const& key )
         {
             bucket_type& refBucket = bucket( key );
             bucket_iterator it = refBucket.contains( key );