@Override
 public boolean notEmpty() {
   return ArrayIterate.notEmpty(this.items);
 }