public double removeAt(int offset) {
   synchronized (mutex) {
     return list.removeAt(offset);
   }
 }