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

/libcore/ojluni/src/main/java/java/util/
H A DPropertyResourceBundle.java48 * <code>PropertyResourceBundle</code> is a concrete subclass of
56 * <code>PropertyResourceBundle</code>. Instead, you supply properties
59 * <code>PropertyResourceBundle</code> that refers to it. See
68 * This member is based on <code>PropertyResourceBundle</code>, and the text
103 * The implementation of a {@code PropertyResourceBundle} subclass must be
108 * <strong>Note:</strong> PropertyResourceBundle can be constructed either
110 * Constructing a PropertyResourceBundle instance from an InputStream requires
122 public class PropertyResourceBundle extends ResourceBundle { class in inherits:ResourceBundle
136 public PropertyResourceBundle (InputStream stream) throws IOException { method in class:PropertyResourceBundle
145 * {@link #PropertyResourceBundle(jav
157 public PropertyResourceBundle (Reader reader) throws IOException { method in class:PropertyResourceBundle
[all...]

Completed in 108 milliseconds