Properties转换成有序Map

Properties prop=new Properties();input   FileInputStream inputStream=new FileInputStream(propertiesFileAddress);   new prop.load(inputStream);    inputStream.close();   TreeMap<String, String> treeMap
相关文章
相关标签/搜索