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.
Java でハッシュマップをファイルにメモリ マップする方法。
HashMap<Long, ArrayList<String>> myMap = new HashMap<Long, ArrayList<String>>();
myMap の get() メソッドで例外が発生した場合にデータを再度取得できるように、ファイルにメモリ マップしたいと考えています。
ありがとう