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

/libcore/ojluni/src/main/java/java/util/
H A DResourceBundle.java197 * <h3>ResourceBundle.Control</h3>
199 * The {@link ResourceBundle.Control} class provides information necessary
201 * factory methods that take a <code>ResourceBundle.Control</code>
205 * {@link #getBundle(String, Locale, ClassLoader, Control) getBundle}
217 * Control) <code>getBundle</code> factory method}, {@link
219 * Control#getTimeToLive(String, Locale)
220 * ResourceBundle.Control.getTimeToLive}, and {@link
221 * Control#needsReload(String, Locale, String, ClassLoader, ResourceBundle,
222 * long) ResourceBundle.Control.needsReload} for details.
545 // Control
2011 public static class Control { class in class:ResourceBundle
2066 protected Control() { method in class:ResourceBundle.Control
[all...]

Completed in 5 milliseconds