Uses of Class
org.h2.util.SortedProperties
-
Packages that use SortedProperties Package Description org.h2.util Internal utility classes. -
-
Uses of SortedProperties in org.h2.util
Methods in org.h2.util that return SortedProperties Modifier and Type Method Description static SortedProperties
SortedProperties. fromLines(java.lang.String s)
Convert a String to a map.static SortedProperties
SortedProperties. loadProperties(java.lang.String fileName)
Load a properties object from a file.
-