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

/libcore/ojluni/src/main/java/java/util/
H A DListResourceBundle.java126 // Implements java.util.ResourceBundle.handleGetObject; inherits javadoc specification.
127 public final Object handleGetObject(String key) { method in class:ListResourceBundle
H A DPropertyResourceBundle.java163 // Implements java.util.ResourceBundle.handleGetObject; inherits javadoc specification.
164 public Object handleGetObject(String key) { method in class:PropertyResourceBundle
H A DResourceBundle.java187 * subclass. Your subclasses must override two methods: <code>handleGetObject</code>
236 * public Object handleGetObject(String key) {
255 * public Object handleGetObject(String key) {
287 protected Object handleGetObject(String key) { return null; }
425 * {@link #handleGetObject(java.lang.String) handleGetObject}.
436 Object obj = handleGetObject(key);
1775 protected abstract Object handleGetObject(String key); method in class:ResourceBundle
1832 * for the ones for which the {@link #handleGetObject(String)
1833 * handleGetObject} metho
[all...]
/libcore/ojluni/src/main/java/sun/util/resources/
H A DOpenListResourceBundle.java57 * This class leaves handleGetObject non-final, and
69 // Implements java.util.ResourceBundle.handleGetObject; inherits javadoc specification.
71 protected Object handleGetObject(String key) { method in class:OpenListResourceBundle
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DResourceBundleTest.java258 protected Object handleGetObject(String key) { method in class:ResourceBundleTest.Mock_ResourceBundle

Completed in 19 milliseconds