< prev index next >

src/java.base/share/classes/sun/util/PreHashedMap.java

Print this page

        

@@ -119,12 +119,11 @@
      * Initializes this map.
      *
      * <p> This method must construct the map's hash chains and store them into
      * the appropriate elements of the given hash-table row array.
      *
-     * @param rows
-     *        The row array to be initialized
+     * @param ht The row array to be initialized
      */
     protected abstract void init(Object[] ht);
 
     @SuppressWarnings("unchecked")
     private V toV(Object x) {
< prev index next >