@Override
 public DiscreteCountBipolarSentiment add(Integer s) {
   DiscreteCountBipolarSentiment c = this.clone();
   return c.addInplace(s);
 }