For ConcurrentHashMap/TreeMap: Object value = map.get(key); if(null == value) throw new NoSuchElementException("No mapping for " + key);.
確定! 回上一頁