AbstractMap
Parameters
K
the type of map keys. The map is invariant in its key type.
V
the type of map values. The map is covariant in its value type.
the type of map keys. The map is invariant in its key type.
the type of map values. The map is covariant in its value type.
Thanks for your feedback!