jdk/src/java.base/share/classes/java/util/ListResourceBundle.java
changeset 32649 2ee9017c7597
parent 25859 3317bb8137f4
child 40985 69efd667068d
equal deleted inserted replaced
32648:1fa861caf840 32649:2ee9017c7597
   178      * description for details.
   178      * description for details.
   179      *
   179      *
   180      * @return an array of an <code>Object</code> array representing a
   180      * @return an array of an <code>Object</code> array representing a
   181      * key-value pair.
   181      * key-value pair.
   182      */
   182      */
   183     abstract protected Object[][] getContents();
   183     protected abstract Object[][] getContents();
   184 
   184 
   185     // ==================privates====================
   185     // ==================privates====================
   186 
   186 
   187     /**
   187     /**
   188      * We lazily load the lookup hashtable.  This function does the
   188      * We lazily load the lookup hashtable.  This function does the