src/java.base/share/classes/java/util/Arrays.java
changeset 59055 57ad70bcf06c
parent 59042 8910b995a2ee
child 59298 de2896bc018a
equal deleted inserted replaced
59053:ba6c248cae19 59055:57ad70bcf06c
  2387      * @param a the first array to be tested for equality
  2387      * @param a the first array to be tested for equality
  2388      * @param aFromIndex the index (inclusive) of the first element in the
  2388      * @param aFromIndex the index (inclusive) of the first element in the
  2389      *                   first array to be tested
  2389      *                   first array to be tested
  2390      * @param aToIndex the index (exclusive) of the last element in the
  2390      * @param aToIndex the index (exclusive) of the last element in the
  2391      *                 first array to be tested
  2391      *                 first array to be tested
  2392      * @param b the second array to be tested fro equality
  2392      * @param b the second array to be tested for equality
  2393      * @param bFromIndex the index (inclusive) of the first element in the
  2393      * @param bFromIndex the index (inclusive) of the first element in the
  2394      *                   second array to be tested
  2394      *                   second array to be tested
  2395      * @param bToIndex the index (exclusive) of the last element in the
  2395      * @param bToIndex the index (exclusive) of the last element in the
  2396      *                 second array to be tested
  2396      *                 second array to be tested
  2397      * @return {@code true} if the two arrays, over the specified ranges, are
  2397      * @return {@code true} if the two arrays, over the specified ranges, are
  2459      * @param a the first array to be tested for equality
  2459      * @param a the first array to be tested for equality
  2460      * @param aFromIndex the index (inclusive) of the first element in the
  2460      * @param aFromIndex the index (inclusive) of the first element in the
  2461      *                   first array to be tested
  2461      *                   first array to be tested
  2462      * @param aToIndex the index (exclusive) of the last element in the
  2462      * @param aToIndex the index (exclusive) of the last element in the
  2463      *                 first array to be tested
  2463      *                 first array to be tested
  2464      * @param b the second array to be tested fro equality
  2464      * @param b the second array to be tested for equality
  2465      * @param bFromIndex the index (inclusive) of the first element in the
  2465      * @param bFromIndex the index (inclusive) of the first element in the
  2466      *                   second array to be tested
  2466      *                   second array to be tested
  2467      * @param bToIndex the index (exclusive) of the last element in the
  2467      * @param bToIndex the index (exclusive) of the last element in the
  2468      *                 second array to be tested
  2468      *                 second array to be tested
  2469      * @return {@code true} if the two arrays, over the specified ranges, are
  2469      * @return {@code true} if the two arrays, over the specified ranges, are
  2531      * @param a the first array to be tested for equality
  2531      * @param a the first array to be tested for equality
  2532      * @param aFromIndex the index (inclusive) of the first element in the
  2532      * @param aFromIndex the index (inclusive) of the first element in the
  2533      *                   first array to be tested
  2533      *                   first array to be tested
  2534      * @param aToIndex the index (exclusive) of the last element in the
  2534      * @param aToIndex the index (exclusive) of the last element in the
  2535      *                 first array to be tested
  2535      *                 first array to be tested
  2536      * @param b the second array to be tested fro equality
  2536      * @param b the second array to be tested for equality
  2537      * @param bFromIndex the index (inclusive) of the first element in the
  2537      * @param bFromIndex the index (inclusive) of the first element in the
  2538      *                   second array to be tested
  2538      *                   second array to be tested
  2539      * @param bToIndex the index (exclusive) of the last element in the
  2539      * @param bToIndex the index (exclusive) of the last element in the
  2540      *                 second array to be tested
  2540      *                 second array to be tested
  2541      * @return {@code true} if the two arrays, over the specified ranges, are
  2541      * @return {@code true} if the two arrays, over the specified ranges, are
  2604      * @param a the first array to be tested for equality
  2604      * @param a the first array to be tested for equality
  2605      * @param aFromIndex the index (inclusive) of the first element in the
  2605      * @param aFromIndex the index (inclusive) of the first element in the
  2606      *                   first array to be tested
  2606      *                   first array to be tested
  2607      * @param aToIndex the index (exclusive) of the last element in the
  2607      * @param aToIndex the index (exclusive) of the last element in the
  2608      *                 first array to be tested
  2608      *                 first array to be tested
  2609      * @param b the second array to be tested fro equality
  2609      * @param b the second array to be tested for equality
  2610      * @param bFromIndex the index (inclusive) of the first element in the
  2610      * @param bFromIndex the index (inclusive) of the first element in the
  2611      *                   second array to be tested
  2611      *                   second array to be tested
  2612      * @param bToIndex the index (exclusive) of the last element in the
  2612      * @param bToIndex the index (exclusive) of the last element in the
  2613      *                 second array to be tested
  2613      *                 second array to be tested
  2614      * @return {@code true} if the two arrays, over the specified ranges, are
  2614      * @return {@code true} if the two arrays, over the specified ranges, are
  2677      * @param a the first array to be tested for equality
  2677      * @param a the first array to be tested for equality
  2678      * @param aFromIndex the index (inclusive) of the first element in the
  2678      * @param aFromIndex the index (inclusive) of the first element in the
  2679      *                   first array to be tested
  2679      *                   first array to be tested
  2680      * @param aToIndex the index (exclusive) of the last element in the
  2680      * @param aToIndex the index (exclusive) of the last element in the
  2681      *                 first array to be tested
  2681      *                 first array to be tested
  2682      * @param b the second array to be tested fro equality
  2682      * @param b the second array to be tested for equality
  2683      * @param bFromIndex the index (inclusive) of the first element in the
  2683      * @param bFromIndex the index (inclusive) of the first element in the
  2684      *                   second array to be tested
  2684      *                   second array to be tested
  2685      * @param bToIndex the index (exclusive) of the last element in the
  2685      * @param bToIndex the index (exclusive) of the last element in the
  2686      *                 second array to be tested
  2686      *                 second array to be tested
  2687      * @return {@code true} if the two arrays, over the specified ranges, are
  2687      * @return {@code true} if the two arrays, over the specified ranges, are
  2749      * @param a the first array to be tested for equality
  2749      * @param a the first array to be tested for equality
  2750      * @param aFromIndex the index (inclusive) of the first element in the
  2750      * @param aFromIndex the index (inclusive) of the first element in the
  2751      *                   first array to be tested
  2751      *                   first array to be tested
  2752      * @param aToIndex the index (exclusive) of the last element in the
  2752      * @param aToIndex the index (exclusive) of the last element in the
  2753      *                 first array to be tested
  2753      *                 first array to be tested
  2754      * @param b the second array to be tested fro equality
  2754      * @param b the second array to be tested for equality
  2755      * @param bFromIndex the index (inclusive) of the first element in the
  2755      * @param bFromIndex the index (inclusive) of the first element in the
  2756      *                   second array to be tested
  2756      *                   second array to be tested
  2757      * @param bToIndex the index (exclusive) of the last element in the
  2757      * @param bToIndex the index (exclusive) of the last element in the
  2758      *                 second array to be tested
  2758      *                 second array to be tested
  2759      * @return {@code true} if the two arrays, over the specified ranges, are
  2759      * @return {@code true} if the two arrays, over the specified ranges, are
  2832      * @param a the first array to be tested for equality
  2832      * @param a the first array to be tested for equality
  2833      * @param aFromIndex the index (inclusive) of the first element in the
  2833      * @param aFromIndex the index (inclusive) of the first element in the
  2834      *                   first array to be tested
  2834      *                   first array to be tested
  2835      * @param aToIndex the index (exclusive) of the last element in the
  2835      * @param aToIndex the index (exclusive) of the last element in the
  2836      *                 first array to be tested
  2836      *                 first array to be tested
  2837      * @param b the second array to be tested fro equality
  2837      * @param b the second array to be tested for equality
  2838      * @param bFromIndex the index (inclusive) of the first element in the
  2838      * @param bFromIndex the index (inclusive) of the first element in the
  2839      *                   second array to be tested
  2839      *                   second array to be tested
  2840      * @param bToIndex the index (exclusive) of the last element in the
  2840      * @param bToIndex the index (exclusive) of the last element in the
  2841      *                 second array to be tested
  2841      *                 second array to be tested
  2842      * @return {@code true} if the two arrays, over the specified ranges, are
  2842      * @return {@code true} if the two arrays, over the specified ranges, are
  2915      * @param a the first array to be tested for equality
  2915      * @param a the first array to be tested for equality
  2916      * @param aFromIndex the index (inclusive) of the first element in the
  2916      * @param aFromIndex the index (inclusive) of the first element in the
  2917      *                   first array to be tested
  2917      *                   first array to be tested
  2918      * @param aToIndex the index (exclusive) of the last element in the
  2918      * @param aToIndex the index (exclusive) of the last element in the
  2919      *                 first array to be tested
  2919      *                 first array to be tested
  2920      * @param b the second array to be tested fro equality
  2920      * @param b the second array to be tested for equality
  2921      * @param bFromIndex the index (inclusive) of the first element in the
  2921      * @param bFromIndex the index (inclusive) of the first element in the
  2922      *                   second array to be tested
  2922      *                   second array to be tested
  2923      * @param bToIndex the index (exclusive) of the last element in the
  2923      * @param bToIndex the index (exclusive) of the last element in the
  2924      *                 second array to be tested
  2924      *                 second array to be tested
  2925      * @return {@code true} if the two arrays, over the specified ranges, are
  2925      * @return {@code true} if the two arrays, over the specified ranges, are
  2998      * @param a the first array to be tested for equality
  2998      * @param a the first array to be tested for equality
  2999      * @param aFromIndex the index (inclusive) of the first element in the
  2999      * @param aFromIndex the index (inclusive) of the first element in the
  3000      *                   first array to be tested
  3000      *                   first array to be tested
  3001      * @param aToIndex the index (exclusive) of the last element in the
  3001      * @param aToIndex the index (exclusive) of the last element in the
  3002      *                 first array to be tested
  3002      *                 first array to be tested
  3003      * @param b the second array to be tested fro equality
  3003      * @param b the second array to be tested for equality
  3004      * @param bFromIndex the index (inclusive) of the first element in the
  3004      * @param bFromIndex the index (inclusive) of the first element in the
  3005      *                   second array to be tested
  3005      *                   second array to be tested
  3006      * @param bToIndex the index (exclusive) of the last element in the
  3006      * @param bToIndex the index (exclusive) of the last element in the
  3007      *                 second array to be tested
  3007      *                 second array to be tested
  3008      * @return {@code true} if the two arrays, over the specified ranges, are
  3008      * @return {@code true} if the two arrays, over the specified ranges, are
  3091      * @param a the first array to be tested for equality
  3091      * @param a the first array to be tested for equality
  3092      * @param aFromIndex the index (inclusive) of the first element in the
  3092      * @param aFromIndex the index (inclusive) of the first element in the
  3093      *                   first array to be tested
  3093      *                   first array to be tested
  3094      * @param aToIndex the index (exclusive) of the last element in the
  3094      * @param aToIndex the index (exclusive) of the last element in the
  3095      *                 first array to be tested
  3095      *                 first array to be tested
  3096      * @param b the second array to be tested fro equality
  3096      * @param b the second array to be tested for equality
  3097      * @param bFromIndex the index (inclusive) of the first element in the
  3097      * @param bFromIndex the index (inclusive) of the first element in the
  3098      *                   second array to be tested
  3098      *                   second array to be tested
  3099      * @param bToIndex the index (exclusive) of the last element in the
  3099      * @param bToIndex the index (exclusive) of the last element in the
  3100      *                 second array to be tested
  3100      *                 second array to be tested
  3101      * @param cmp the comparator to compare array elements
  3101      * @param cmp the comparator to compare array elements