You can't do that with HashMap . Use a TreeMap instead: new TreeMap<String, String>(String.CASE_INSENSITIVE_ORDER).
確定! 回上一頁