static long getOrCreate_long(Map map, A key) { Long b = map.get(key); if (b == null) map.put(key, b = 0L); ret b; }