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
All Implemented Interfaces:
Map<String,V>

public class CaseInsensitiveStringHashMap<V> extends CaseInsensitiveStringMap<V>
String Hash Map but case-insensitive
  • Constructor Details

    • CaseInsensitiveStringHashMap

      public CaseInsensitiveStringHashMap()
    • CaseInsensitiveStringHashMap

      public CaseInsensitiveStringHashMap(Map<String,? extends V> map)