类 SortedProperties

所有已实现的接口:
Serializable, Cloneable, Map<Object,Object>

class SortedProperties extends Properties
Specialization of Properties that sorts properties alphanumerically based on their keys.

This can be useful when storing the Properties instance in a properties file, since it allows such files to be generated in a repeatable manner with consistent ordering of properties.

Comments in generated properties files can also be optionally omitted.

从以下版本开始:
3.0 2021/1/29 15:19
作者:
Sam Brannen, Harry Yang
另请参阅: