jdk/src/java.base/share/classes/sun/util/resources/TimeZoneNamesBundle.java
changeset 31061 fead7d86d75f
parent 29926 2eceae3716d9
equal deleted inserted replaced
31060:be4eb6360ee0 31061:fead7d86d75f
    53  * <ul>
    53  * <ul>
    54  * <li>Preserves the order of entries in the <code>getContents</code>
    54  * <li>Preserves the order of entries in the <code>getContents</code>
    55  *     array for the enumeration returned by <code>getKeys</code>.
    55  *     array for the enumeration returned by <code>getKeys</code>.
    56  * <li>Inserts the time zone ID (the key of the bundle entries) into
    56  * <li>Inserts the time zone ID (the key of the bundle entries) into
    57  *     the string arrays returned by <code>handleGetObject</code>.
    57  *     the string arrays returned by <code>handleGetObject</code>.
    58  * <ul>
    58  * </ul>
    59  * All <code>TimeZoneNames</code> resource bundles must extend this
    59  * All <code>TimeZoneNames</code> resource bundles must extend this
    60  * class and implement the <code>getContents</code> method.
    60  * class and implement the <code>getContents</code> method.
    61  */
    61  */
    62 public abstract class TimeZoneNamesBundle extends OpenListResourceBundle {
    62 public abstract class TimeZoneNamesBundle extends OpenListResourceBundle {
    63 
    63