public TDoubleList inverseGrep(TDoubleProcedure condition) {
   synchronized (mutex) {
     return list.inverseGrep(condition);
   }
 }