/**
  * Returns wether the decorated array is empty or not.
  * @return int
  */
 public function isEmpty()
 {
     return $this->array->isEmpty();
 }