If possible, always uses the Java 8 forEach . Map<String, String> map = new HashMap<>(); map.forEach((key, value) - ...
確定! 回上一頁