< prev index next >

src/java.base/share/classes/sun/util/resources/TimeZoneNamesBundle.java

Print this page

        

*** 53,63 **** * <ul> * <li>Preserves the order of entries in the <code>getContents</code> * array for the enumeration returned by <code>getKeys</code>. * <li>Inserts the time zone ID (the key of the bundle entries) into * the string arrays returned by <code>handleGetObject</code>. ! * <ul> * All <code>TimeZoneNames</code> resource bundles must extend this * class and implement the <code>getContents</code> method. */ public abstract class TimeZoneNamesBundle extends OpenListResourceBundle { --- 53,63 ---- * <ul> * <li>Preserves the order of entries in the <code>getContents</code> * array for the enumeration returned by <code>getKeys</code>. * <li>Inserts the time zone ID (the key of the bundle entries) into * the string arrays returned by <code>handleGetObject</code>. ! * </ul> * All <code>TimeZoneNames</code> resource bundles must extend this * class and implement the <code>getContents</code> method. */ public abstract class TimeZoneNamesBundle extends OpenListResourceBundle {
< prev index next >