📄 arrays.html
字号:
int[] a2)</CODE><BR> Returns <tt>true</tt> if the two specified arrays of ints are <i>equal</i> to one another.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/util/Arrays.html#equals(long[], long[])">equals</A></B>(long[] a, long[] a2)</CODE><BR> Returns <tt>true</tt> if the two specified arrays of longs are <i>equal</i> to one another.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/util/Arrays.html#equals(java.lang.Object[], java.lang.Object[])">equals</A></B>(<A HREF="../../java/lang/Object.html">Object</A>[] a, <A HREF="../../java/lang/Object.html">Object</A>[] a2)</CODE><BR> Returns <tt>true</tt> if the two specified arrays of Objects are <i>equal</i> to one another.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/util/Arrays.html#equals(short[], short[])">equals</A></B>(short[] a, short[] a2)</CODE><BR> Returns <tt>true</tt> if the two specified arrays of shorts are <i>equal</i> to one another.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static void</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/util/Arrays.html#fill(boolean[], boolean)">fill</A></B>(boolean[] a, boolean val)</CODE><BR> Assigns the specified boolean value to each element of the specified array of booleans.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static void</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/util/Arrays.html#fill(boolean[], int, int, boolean)">fill</A></B>(boolean[] a, int fromIndex, int toIndex, boolean val)</CODE><BR> Assigns the specified boolean value to each element of the specified range of the specified array of booleans.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static void</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/util/Arrays.html#fill(byte[], byte)">fill</A></B>(byte[] a, byte val)</CODE><BR> Assigns the specified byte value to each element of the specified array of bytes.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static void</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/util/Arrays.html#fill(byte[], int, int, byte)">fill</A></B>(byte[] a, int fromIndex, int toIndex, byte val)</CODE><BR> Assigns the specified byte value to each element of the specified range of the specified array of bytes.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static void</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/util/Arrays.html#fill(char[], char)">fill</A></B>(char[] a, char val)</CODE><BR> Assigns the specified char value to each element of the specified array of chars.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static void</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/util/Arrays.html#fill(char[], int, int, char)">fill</A></B>(char[] a, int fromIndex, int toIndex, char val)</CODE><BR> Assigns the specified char value to each element of the specified range of the specified array of chars.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static void</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/util/Arrays.html#fill(double[], double)">fill</A></B>(double[] a, double val)</CODE><BR> Assigns the specified double value to each element of the specified array of doubles.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static void</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/util/Arrays.html#fill(double[], int, int, double)">fill</A></B>(double[] a, int fromIndex, int toIndex, double val)</CODE><BR> Assigns the specified double value to each element of the specified range of the specified array of doubles.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static void</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/util/Arrays.html#fill(float[], float)">fill</A></B>(float[] a, float val)</CODE><BR> Assigns the specified float value to each element of the specified array of floats.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static void</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/util/Arrays.html#fill(float[], int, int, float)">fill</A></B>(float[] a, int fromIndex, int toIndex, float val)</CODE><BR> Assigns the specified float value to each element of the specified range of the specified array of floats.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static void</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/util/Arrays.html#fill(int[], int)">fill</A></B>(int[] a, int val)</CODE><BR> Assigns the specified int value to each element of the specified array of ints.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static void</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/util/Arrays.html#fill(int[], int, int, int)">fill</A></B>(int[] a, int fromIndex, int toIndex, int val)</CODE><BR> Assigns the specified int value to each element of the specified range of the specified array of ints.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static void</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/util/Arrays.html#fill(long[], int, int, long)">fill</A></B>(long[] a, int fromIndex, int toIndex, long val)</CODE><BR> Assigns the specified long value to each element of the specified range of the specified array of longs.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static void</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/util/Arrays.html#fill(long[], long)">fill</A></B>(long[] a, long val)</CODE><BR> Assigns the specified long value to each element of the specified array of longs.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static void</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/util/Arrays.html#fill(java.lang.Object[], int, int, java.lang.Object)">fill</A></B>(<A HREF="../../java/lang/Object.html">Object</A>[] a, int fromIndex, int toIndex, <A HREF="../../java/lang/Object.html">Object</A> val)</CODE><BR> Assigns the specified Object reference to each element of the specified range of the specified array of Objects.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static void</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/util/Arrays.html#fill(java.lang.Object[], java.lang.Object)">fill</A></B>(<A HREF="../../java/lang/Object.html">Object</A>[] a, <A HREF="../../java/lang/Object.html">Object</A> val)</CODE><BR> Assigns the specified Object reference to each element of the specified array of Objects.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static void</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/util/Arrays.html#fill(short[], int, int, short)">fill</A></B>(short[] a, int fromIndex, int toIndex, short val)</CODE><BR> Assigns the specified short value to each element of the specified range of the specified array of shorts.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static void</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/util/Arrays.html#fill(short[], short)">fill</A></B>(short[] a, short val)</CODE><BR> Assigns the specified short value to each element of the specified array of shorts.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static void</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/util/Arrays.html#sort(byte[])">sort</A></B>(byte[] a)</CODE><BR> Sorts the specified array of bytes into ascending numerical order.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static void</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/util/Arrays.html#sort(byte[], int, int)">sort</A></B>(byte[] a, int fromIndex, int toIndex)</CODE><BR> Sorts the specified range of the specified array of bytes into ascending numerical order.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static void</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/util/Arrays.html#sort(char[])">sort</A></B>(char[] a)</CODE><BR>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -