Constructs a Properties from the given values.
Constructs a Properties by reading from each of the given files, in the order that they're provided. Note that properties in an earlier file will be overwritten by properties of the same key in later files.
Adds all properties from the given Properties to this one, overwriting any properties with the same name.
Adds all properties from the given files to this one.
Gets the value of a property, or returns the specified default value if the given property doesn't exist.
Gets the value of a property, or throws a missing property exception.
Assigns the given value to a property.
The internal values of this properties struct.
The properties is a struct containing key-value pairs of strings, which can be easily and efficiently written to and read from a file.