((Map)input).replaceAll((k, v) -> Integer.parseInt((String)v)); Map output = (Map)input; output.values().removeIf(v -> v % 2 != 0);.
確定! 回上一頁