Set the item index.
$this
public function setIndex(int $index) : static { $this->index = $index; return $this; }