Class CaseInsensitiveStringHashMap<V>
java.lang.Object
me.hsgamer.hscore.collections.map.CaseInsensitiveStringMap<V>
me.hsgamer.hscore.collections.map.CaseInsensitiveStringHashMap<V>
- Type Parameters:
V
- the type of the value
String Hash Map but case-insensitive
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class me.hsgamer.hscore.collections.map.CaseInsensitiveStringMap
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
CaseInsensitiveStringHashMap
public CaseInsensitiveStringHashMap() -
CaseInsensitiveStringHashMap
-