A utility class that works like a Map,
but accepts multiple values as the key for each value,
and does not keep strong references to the values (allowing them to be garbage collected).
When a value is garbage collected, it is automatically removed from the map.
A utility class that works like a
Map
, but accepts multiple values as the key for each value, and does not keep strong references to the values (allowing them to be garbage collected).When a value is garbage collected, it is automatically removed from the map.