Java 集合之HashMap1.8的新特性使用

public class MapDemo { public static void main(String[] args) { Map<String,Object> m = new HashMap<String,Object>(); /** * 獲取key對應的value,若是沒有則顯示默認值。 * * 1.8 */ Object o = m
相關文章
相關標籤/搜索