@@ -20,6 +20,8 @@ @interface OFSet_hashtable: OFSet { OFMapTable *mapTable; } + +- initWithCapacity: (size_t)capacity; @end