You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got a problem where I can't change the override of equals of my object.
In classic HashMap implementation, put always make the change whatever the equality.
So why your implementation of ExpiringMap works differently ?
The text was updated successfully, but these errors were encountered:
It's just a question, but why ?
I've got a problem where I can't change the override of equals of my object.
In classic HashMap implementation, put always make the change whatever the equality.
So why your implementation of ExpiringMap works differently ?
The text was updated successfully, but these errors were encountered: