public int lastIndexOf(Object o) {
   return helper.lastIndexOfObject(o);
 }