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.
mapdb 3.0.7 を使用しています
ここには、さまざまなハッシュ マップとツリー マップのストレージ タイプが表示されます。
しかし、List<String>mapdb に永続化する必要があるユース ケースがあります。
List<String>
このバージョンの mapDB はこれをサポートしていますか?
私はmapdb 3.0.8を使用しています:
DB db = DBMaker.fileDB(new File("base.mapdb")).closeOnJvmShutdown().make(); List<String> list = db.indexTreeList("some_list", Serializer.STRING).createOrOpen();