开发者

GWT and WeakHashMap

开发者 https://www.devze.com 2023-03-24 13:55 出处:网络
What would be my best bet for the implementation of an alternative to Java\'s WeakHashMapin GWT? I understand there is no concept开发者_运维问答 of finalizer in Javascript and thus the implementation

What would be my best bet for the implementation of an alternative to Java's WeakHashMapin GWT?

I understand there is no concept开发者_运维问答 of finalizer in Javascript and thus the implementation of weak references is difficult but has somebody come up with a clever solution?


Now it is possible through WeakMap (supported in all major browsers)

0

精彩评论

暂无评论...
验证码 换一张
取 消