MultiValueMap.getFirst

Return the first value for the given key. @param key the key @return the first value for the specified key, or {@code null} if none

interface MultiValueMap(K, V)
V
getFirst
(
K key
)

Meta