public abstract Entry<K, V> firstEntry ()

Returns a key-value mapping associated with the least key in this map, or null if the map is empty.

Returns:  an entry with the least key, or null if this map is empty