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