Uses of Class
org.apache.commons.collections4.properties.SortedProperties
-
Packages that use SortedProperties Package Description org.apache.commons.collections4.properties This package contains classes to extend or customize the behavior ofProperties
. -
-
Uses of SortedProperties in org.apache.commons.collections4.properties
Methods in org.apache.commons.collections4.properties that return SortedProperties Modifier and Type Method Description protected SortedProperties
SortedPropertiesFactory. createProperties()
Subclasses override to provide customized properties instances.
-