public SimpleEntry (K key, V value)

Creates an entry representing a mapping from the specified key to the specified value.

Parameters:
key    the key represented by this entry
value    the value represented by this entry