AtomicInteger count = COUNTS.containsKey(name) ? COUNTS.get(name) : new AtomicInteger(0);. COUNTS.putIfAbsent(name, count);. count.
確定! 回上一頁