Lines Matching defs:Arrays

55 public class Arrays {
58 private Arrays() {}
390 "java.util.Arrays.useLegacyMergeSort")).booleanValue();
2820 * List<String> stooges = Arrays.asList("Larry", "Moe", "Curly");
2857 return Arrays.copyOf(this.a, size,
2896 * such that <tt>Arrays.equals(a, b)</tt>, it is also the case that
2897 * <tt>Arrays.hashCode(a) == Arrays.hashCode(b)</tt>.
2925 * such that <tt>Arrays.equals(a, b)</tt>, it is also the case that
2926 * <tt>Arrays.hashCode(a) == Arrays.hashCode(b)</tt>.
2952 * such that <tt>Arrays.equals(a, b)</tt>, it is also the case that
2953 * <tt>Arrays.hashCode(a) == Arrays.hashCode(b)</tt>.
2979 * such that <tt>Arrays.equals(a, b)</tt>, it is also the case that
2980 * <tt>Arrays.hashCode(a) == Arrays.hashCode(b)</tt>.
3006 * such that <tt>Arrays.equals(a, b)</tt>, it is also the case that
3007 * <tt>Arrays.hashCode(a) == Arrays.hashCode(b)</tt>.
3033 * such that <tt>Arrays.equals(a, b)</tt>, it is also the case that
3034 * <tt>Arrays.hashCode(a) == Arrays.hashCode(b)</tt>.
3060 * such that <tt>Arrays.equals(a, b)</tt>, it is also the case that
3061 * <tt>Arrays.hashCode(a) == Arrays.hashCode(b)</tt>.
3087 * such that <tt>Arrays.equals(a, b)</tt>, it is also the case that
3088 * <tt>Arrays.hashCode(a) == Arrays.hashCode(b)</tt>.
3121 * <tt>Arrays.equals(a, b)</tt>, it is also the case that
3122 * <tt>Arrays.hashCode(a) == Arrays.hashCode(b)</tt>.
3125 * be returned by <tt>Arrays.asList(a).hashCode()</tt>, unless <tt>a</tt>
3155 * <tt>Arrays.deepEquals(a, b)</tt>, it is also the case that
3156 * <tt>Arrays.deepHashCode(a) == Arrays.deepHashCode(b)</tt>.
3163 * by calling the appropriate overloading of <tt>Arrays.hashCode(e)</tt>
3165 * <tt>Arrays.deepHashCode(e)</tt> recursively if <tt>e</tt> is an array
3224 * types, and <tt>Arrays.deepEquals(e1, e2) would return true</tt>
3227 * <tt>Arrays.equals(e1, e2)</tt> would return true.
3546 * be returned by <tt>Arrays.asList(a).toString()</tt>, unless <tt>a</tt>
3587 * <tt>Arrays.toString(e)</tt>. If an element <tt>e</tt> is an array of a