@@ -170,7 +170,7 @@ import cs.NativeArray;
return -1;
}
- @:final @:private function resize(newNBuckets:Int) : Void
+ @:final function resize(newNBuckets:Int) : Void
{
//This function uses 0.25*n_bucktes bytes of working space instead of [sizeof(key_t+val_t)+.25]*n_buckets.
var newHash = null;
@@ -175,7 +175,7 @@ import cs.NativeArray;
@@ -204,7 +204,7 @@ import cs.system.WeakReference;