====== Case Insensitive Map ====== Map nodeMap = new TreeMap(String.CASE_INSENSITIVE_ORDER); {{tag>java devel}}