public interface MultiValueMap<K,V> extends Map<K,List<V>>. Extension of the Map interface that stores multiple values. Since: 3.0; Author: Arjen Poutsma ...
確定! 回上一頁