static Map prependEmptyOptionForHSelect(Map map) { Map map2 = litorderedmap("" := ""); putAll(map2, map); ret map2; }