Map

  • map 函数
    • map.put(key, value)
    • value = map.get(key)
    • Set = map.keySet()
    • map.Contains(key)