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