Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のハッシュマップがありますが、重複する行を追加できるマップが必要です。リストを変更する必要がありますか?
まったく同じ構造が必要です
public static LinkedHashMap<String, HashMap<String, String>> moData = new LinkedHashMap<String, HashMap<String, String>>();
Google はコレクションLinkedHashMultiMapを実装しました。多分それを使用しますか?