CaseInsensitiveMap
A map with case-insensitive String keys.
Uses open-addressing hash table with case-insensitive hash and equals to avoid wrapper object allocations on every lookup.
A map with case-insensitive String keys.
Uses open-addressing hash table with case-insensitive hash and equals to avoid wrapper object allocations on every lookup.