Is there any way to override the `removeEldestEntr...
# multiplatform
e
Is there any way to override the
removeEldestEntry
of a
LinkedHashMap
?
d
Why?
Google says yes
e
Sorry, in common kotlin
e
that's a member of
java.util.LinkedHashMap
, not
kotlin.collections.LinkedHashMap
, so no, not on non-JVM platforms