public int firstIntKey() { return sortedMap.firstIntKey(); }
public int firstIntKey() { synchronized (sync) { return sortedMap.firstIntKey(); } }