public function appendIncremental($collectable)
 {
     $this->validate($collectable);
     parent::offsetSet($this->count(), $collectable);
     $this->rewind();
 }