konsoletyper / teavm

Compiles Java bytecode to JavaScript, WebAssembly and C
https://teavm.org
Apache License 2.0
2.62k stars 262 forks source link

WeakHashMap implementation missing #776 #777

Closed ldubost closed 1 year ago

ldubost commented 1 year ago

Implementation of TWeakHashMap by copying THashMap. This implementation does not implement the "Weak" behavior of WeakHashMap. However this would still be quite useful for any code which uses WeakHashMap

konsoletyper commented 1 year ago

Sorry, I can't accept this. Fair WeakHashMap implementation required

ldubost commented 1 year ago

Hi,

Do you have any suggestion of what would need to be done to implement the disposing of the HashMap ? Is there an similar case in another class already implemented ?

konsoletyper commented 1 year ago

Sorry, don't understand your question