V
- Type of Object to store in this HashMappublic class CaseIgnoreStringHashMap<V> extends HashMap<String,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
CaseIgnoreStringHashMap() |
CaseIgnoreStringHashMap(int initialCapacity) |
CaseIgnoreStringHashMap(int initialCapacity,
float loadFactor) |
CaseIgnoreStringHashMap(Map m) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(Object key) |
V |
get(Object key) |
V |
put(String key,
V value) |
void |
putAll(Map m) |
V |
remove(Object key) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, putIfAbsent, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
public CaseIgnoreStringHashMap()
public CaseIgnoreStringHashMap(int initialCapacity, float loadFactor)
initialCapacity
- loadFactor
- public CaseIgnoreStringHashMap(int initialCapacity)
initialCapacity
- public CaseIgnoreStringHashMap(Map m)
m
- Copyright © 2005-2024 LSC project. All Rights Reserved.