public class ArrayFunctions extends Object
| 构造器和说明 |
|---|
ArrayFunctions() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean[] |
new_array(boolean... array) |
byte[] |
new_array(byte... array) |
char[] |
new_array(char... array) |
<T> T[] |
new_array(Class<T> componentType,
int size) |
double[] |
new_array(double... array) |
float[] |
new_array(float... array) |
int[] |
new_array(int... array) |
Object[] |
new_array(int size) |
long[] |
new_array(long... array) |
String[] |
new_array(String... array) |
boolean[] |
new_boolean_array(int size) |
byte[] |
new_byte_array(int size) |
char[] |
new_char_array(int size) |
double[] |
new_double_array(int size) |
float[] |
new_float_array(int size) |
int[] |
new_int_array(int size) |
long[] |
new_long_array(int size) |
@Function @Comment(value="\u521b\u5efa`int`\u6570\u7ec4") public int[] new_int_array(@Comment(name="size",value="\u6570\u7ec4\u5927\u5c0f") int size)
@Function @Comment(value="\u521b\u5efa`double`\u6570\u7ec4") public double[] new_double_array(@Comment(name="size",value="\u6570\u7ec4\u5927\u5c0f") int size)
@Function @Comment(value="\u521b\u5efa`float`\u6570\u7ec4") public float[] new_float_array(@Comment(name="size",value="\u6570\u7ec4\u5927\u5c0f") int size)
@Function @Comment(value="\u521b\u5efa`byte`\u6570\u7ec4") public byte[] new_byte_array(@Comment(name="size",value="\u6570\u7ec4\u5927\u5c0f") int size)
@Function @Comment(value="\u521b\u5efa`char`\u6570\u7ec4") public char[] new_char_array(@Comment(name="size",value="\u6570\u7ec4\u5927\u5c0f") int size)
@Function @Comment(value="\u521b\u5efa`boolean`\u6570\u7ec4") public boolean[] new_boolean_array(@Comment(name="size",value="\u6570\u7ec4\u5927\u5c0f") int size)
@Function @Comment(value="\u521b\u5efa`long`\u6570\u7ec4") public long[] new_long_array(@Comment(name="size",value="\u6570\u7ec4\u5927\u5c0f") int size)
@Function @Comment(value="\u521b\u5efa`Object`\u6570\u7ec4") public Object[] new_array(@Comment(name="size",value="\u6570\u7ec4\u5927\u5c0f") int size)
@Function @Comment(value="\u521b\u5efa`Object`\u6570\u7ec4") public <T> T[] new_array(@Comment(name="componentType",value="\u6570\u7ec4\u7c7b\u578b") Class<T> componentType, @Comment(name="size",value="\u6570\u7ec4\u5927\u5c0f") int size)
@Function @Comment(value="\u521b\u5efa`String`\u6570\u7ec4") public String[] new_array(@Comment(name="values",value="\u5b57\u7b26\u4e32") String... array)
@Function @Comment(value="\u521b\u5efa`int`\u6570\u7ec4") public int[] new_array(@Comment(name="size",value="\u6570\u7ec4\u5927\u5c0f") int... array)
@Function @Comment(value="\u521b\u5efa`double`\u6570\u7ec4") public double[] new_array(@Comment(name="values",value="double\u6570\u503c") double... array)
@Function @Comment(value="\u521b\u5efa`float`\u6570\u7ec4") public float[] new_array(@Comment(name="values",value="float\u6570\u503c") float... array)
@Function @Comment(value="\u521b\u5efa`char`\u6570\u7ec4") public char[] new_array(@Comment(name="values",value="char\u503c") char... array)
@Function @Comment(value="\u521b\u5efa`byte`\u6570\u7ec4") public byte[] new_array(@Comment(name="values",value="byte\u503c") byte... array)
@Function @Comment(value="\u521b\u5efa`boolean`\u6570\u7ec4") public boolean[] new_array(@Comment(name="values",value="boolean\u503c") boolean... array)
Copyright © 2020–2021. All rights reserved.