reverse. Map<Y, List<X>> result = new HashMap<Y, List<X>>(); for (X key : map.keySet()) { Y value = map.get(key); if (!result.
確定! 回上一頁