Package org.apache.commons.collections4.properties
package org.apache.commons.collections4.properties
This package contains classes to extend or customize the behavior of
Properties
.
The following classes are provided in the package:
- SortedProperties- A drop-in replacement for Properties for sorting keys.
-
Classes