public interface MultivaluedMap<K,V> extends Map<K,List<V>>. A map of key-values pairs. ... A shortcut to get the first value of the supplied key.
確定! 回上一頁