public class SymbolTable extends HashMap
Title: ETCL
Description: 数据更新工具(抽取,转换,清洗,装载)
当key为String类型时,不区分大小写。Copyright: Copyright spk (c) 2003
Company: spk
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 构造器和说明 |
|---|
SymbolTable() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsKey(Object key) |
Object |
get(Object key) |
Object |
put(Object key,
Object value) |
Object |
remove(Object key) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic boolean containsKey(Object key)
containsKey 在接口中 MapcontainsKey 在类中 HashMapCopyright © 2023 onecode. All rights reserved.