Is there an equivalent to the nice MapMaker for MultiMaps? currently i create the cache like this:
public static Map<Session,List<Person>> personCache = new MapMaker().weakKeys().makeMap();
the whole point of MultiMap is to avoid the nested List Values. is there any way to construct the multimap with weak keys?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With