java 聲明靜態Map常量的一種簡單方式

經常使用的聲明方式(使用靜態代碼塊):code public final static Map map = new HashMap(); static { map.put("key1", "value1"); map.put("key2", "value2"); } @SuppressWarnings("serial") private static Map<String, Stri
相關文章
相關標籤/搜索