*
KeyType $key: * @param ValueType $value
public function __construct($key, $value) { $this->key = $key; $this->value = $value; }