public final class JavaTools
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static float[] |
concat(float[] first,
float[] second) |
static int[] |
concat(int[] first,
int[] second) |
static <T> T[] |
concat(T[] first,
T[] second) |
static java.lang.String |
stripSurroundingQuotes(java.lang.String stringToStripQuotes) |
static java.lang.String |
surroundWithQuotes(java.lang.String stringToSurroundWithQuotes) |
public static <T> T[] concat(T[] first, T[] second)
public static int[] concat(int[] first, int[] second)
public static float[] concat(float[] first, float[] second)
public static java.lang.String surroundWithQuotes(java.lang.String stringToSurroundWithQuotes)
public static java.lang.String stripSurroundingQuotes(java.lang.String stringToStripQuotes)