AbstractMap

protected constructor()(source)

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.