CharArrayMap
Create map with enough capacity to hold startSize terms
Parameters
startSize
the initial capacity
ignoreCase
false if and only if the set should be case sensitive otherwise true.
Creates a map from the mappings in another map.
Parameters
c
a map whose mappings to be copied
ignoreCase
false if and only if the set should be case sensitive otherwise true.