static Map toSmallArrayBasedMap(Map map) { if (empty(map)) null; if (map instanceof SmallArrayBasedMap) ret map; ret new SmallArrayBasedMap(map); }