put()
get()
remove()
KeySet()
entrySet()
Map 인터페이스를 구현한 대표적인 Map 컬렉션
HashMap과 동일한 내부 구조
Map<K, V> map = new Hashtable<K, V>();