Differences

This shows you the differences between two versions of the page.

Link to this comparison view

case_insensitive_map [2017/07/05 14:16]
case_insensitive_map [2021/04/05 11:23] (current)
Line 1: Line 1:
 +====== Case Insensitive Map ======
  
 +    Map<String, String> nodeMap = new TreeMap<String, String>(String.CASE_INSENSITIVE_ORDER);
 +
 +{{tag>java devel}}