/** {@inheritDoc} */
 @Override
 public int size() {
   return F.size(iterator());
 }