public byte[] values(byte[] array) { synchronized (mutex) { return m.values(array); } }
public byte[] values() { synchronized (mutex) { return m.values(); } }