public function __construct(int $size = 4) { $this->storage = new BucketStorage($size); $this->size = $size; }