sclass TreeMultiMap extends MultiMap { *() { super(true); } *(MultiMap map) { putAll(map); } }