JavaでMapのKeySetをリストに変換する方法 MapのKeySetを取得します。Map<KeyType, ValueType> map = new HashMap<>(); Set<KeyType> keySet = map.keySet();>>More