@@ -134,14 +134,10 @@ * @param key The key whose object should be returned * @return The value for the given key or nil if the key was not found */ - (void*)valueForKey: (void*)key; -- (void)OF_setValue: (void*)value - forKey: (void*)key - hash: (uint32_t)hash; - /*! * @brief Sets a value for a key. * * @param key The key to set * @param value The value to set the key to @@ -240,15 +236,10 @@ unsigned long _mutations; unsigned long *_mutationsPtr; uint32_t _position; } -- OF_initWithMapTable: (OFMapTable*)mapTable - buckets: (struct of_map_table_bucket**)buckets - capacity: (uint32_t)capacity - mutationsPointer: (unsigned long*)mutationsPtr; - /*! * @brief Returns the next value. * * @return The next value */