jhalterman / expiringmap

A high performance thread-safe map that expires entries
Apache License 2.0
1.01k stars 142 forks source link

Expiring Map has duplicate values #69

Open SauravDas90 opened 4 years ago

SauravDas90 commented 4 years ago

Considered that ExpiringMap is a Map, it still has duplicate values. The client code needs to handle it. Can we add some builder method to make it behave like HashMap with expiring values. Similarly like TreeMap?

r0b0ji commented 3 years ago

Hi, can you post a unit test describing the problem.