|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wegra.util.collection.array.Concat
Constructor Summary | |
Concat()
|
Method Summary | |
static byte[] |
concat(byte[] head,
byte[] tail)
Concatenates given two arrays and return it. |
static char[] |
concat(char[] head,
char[] tail)
Concatenates given two arrays and return it. |
static double[] |
concat(double[] head,
double[] tail)
Concatenates given two arrays and return it. |
static float[] |
concat(float[] head,
float[] tail)
Concatenates given two arrays and return it. |
static int[] |
concat(int[] head,
int[] tail)
Concatenates given two arrays and return it. |
static long[] |
concat(long[] head,
long[] tail)
Concatenates given two arrays and return it. |
static java.lang.Object[] |
concat(java.lang.Object[] head,
java.lang.Object[] tail)
Concatenates given two arrays and return it. |
static short[] |
concat(short[] head,
short[] tail)
Concatenates given two arrays and return it. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Concat()
Method Detail |
public static java.lang.Object[] concat(java.lang.Object[] head, java.lang.Object[] tail)
public static long[] concat(long[] head, long[] tail)
public static int[] concat(int[] head, int[] tail)
public static short[] concat(short[] head, short[] tail)
public static char[] concat(char[] head, char[] tail)
public static byte[] concat(byte[] head, byte[] tail)
public static double[] concat(double[] head, double[] tail)
public static float[] concat(float[] head, float[] tail)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |