for (Map.Entry<Key, Long> entry : playerCooldowns.entrySet()) {. 2. entry.setValue(entry.getValue() - 20);. 3. } Source: stackoverflow.com. java iterate map ...
確定! 回上一頁