Carte Java Get First Key
String firstKey = map.keySet().iterator().next()
Easy Earthworm
String firstKey = map.keySet().iterator().next()