Searched defs:Properties (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/util/
H A DProperties.java49 * A {@code Properties} object is a {@code Hashtable} where the keys and values
51 * {@code Properties} list which specifies the default
52 * values to be used when a given key is not found in this {@code Properties}
56 * <p>Note that in some cases {@code Properties} uses ISO-8859-1 instead of UTF-8.
65 public class Properties extends Hashtable<Object, Object> { class in inherits:Hashtable
81 * The default values for keys not found in this {@code Properties}
84 protected Properties defaults;
90 * Constructs a new {@code Properties} object.
92 public Properties() { method in class:Properties
96 * Constructs a new {@code Properties} objec
102 public Properties(Properties properties) { method in class:Properties
[all...]

Completed in 40 milliseconds