@Override public boolean removeAll(double[] array) { synchronized (mutex) { return c.removeAll(array); } }
@Override public boolean removeAll(TDoubleCollection coll) { synchronized (mutex) { return c.removeAll(coll); } }