132133134135136137138139140141142
map.clear(); } public Set keySet() { return map.keySet(); } public Set entrySet() { return map.entrySet();