HashMap中的get()方法参数是?
举一反三
- HashMap中的get()方法参数是? A: get(id) B: get(value) C: get(key) D: get(index)
- 中国大学MOOC: HashMap中的put()方法参数是()
- HashMap中获得映射的方法是( )。 A: get() B: put() C: remove() D: add()
- HashMap中移除映射的方法是( ) 。 A: get() B: put() C: remove() D: clear()
- HashMap在Map.Entry静态内部类实现中存储key-value对。HashMap使用哈希算法,在put和get方法中,它使用hashCode()和equals()方法。 A: 对 B: 错