sclass TreeMultiMap extends MultiMap { *() { super(true); } *(MultiMap map) { this(); putAll(map); } TreeMap innerMap() { ret data; } }