I'm not exactly sure what your options are, but it...
# announcements
a
I'm not exactly sure what your options are, but it's due to variance.
Map
is defined as
public interface Map<K, out V>
. Notice the
out
for the value
V
.