Create a sequential Java Stream for the keys of this map.
Create a sequential Java Stream for the keys of this map. If the keys are primitive values, a corresponding specialized Stream is returned (e.g., IntStream).
Create a sequential Java Stream for the values of this map.
Create a sequential Java Stream for the values of this map. If the values are primitives, a corresponding specialized Stream is returned (e.g., IntStream).