Is there a SoftHashMap in Java?

后端 未结 7 1951
盖世英雄少女心
盖世英雄少女心 2020-12-12 14:54

I know there is a WeakHashMap in java.util, but since it uses WeakReferences for everything, which is only referenced by this Ma

相关标签:
7条回答
  • 2020-12-12 15:36

    There is an example implementation in 98 issue of java specialists newsletter

    0 讨论(0)
提交回复
热议问题