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 真的是线程安全的吗?我在谷歌找不到任何具体的东西,他们的网站也没有提到任何关于锁定的内容。
您可以看到您需要的数据结构的代码注释,例如 HTreeMap 或 BtreeMap,它们都声称是并发的。