svoid litmap_impl_noOverwrite(Map map, O... x) { if (x != null) for (int i = 0; i < x.length-1; i += 2) putIfNotThere(map, x[i], x[i+1]); }