Also, TreeMap uses a Comparator to find if an inserted key is a duplicate or a new one. Therefore, if we provide a case-insensitive String Comparator, we’ll get a case-insensitive TreeMap . which we can supply in the constructor: Map<String, Integer> treeMap = new TreeMap<>(String.26 May 2020