Methods
| Modifier and Type |
Method and Description |
static <E> E[] |
asArray(List<E> input) |
static Boolean[] |
asBooleanArray(List<Boolean> input) |
static boolean[] |
asBooleanTypeArray(List<Boolean> input) |
static Byte[] |
asByteArray(List<Byte> input) |
static byte[] |
asByteTypeArray(List<Byte> input) |
static Character[] |
asCharacterArray(List<Character> input) |
static char[] |
asCharacterTypeArray(List<Character> input) |
static Double[] |
asDoubleArray(List<Double> input) |
static double[] |
asDoubleTypeArray(List<Double> input) |
static Float[] |
asFloatArray(List<Float> input) |
static float[] |
asFloatTypeArray(List<Float> input) |
static Integer[] |
asIntegerArray(List<Integer> input) |
static int[] |
asIntegerTypeArray(List<Integer> input) |
static <E extends List<Boolean>> E |
asList(boolean[] array,
Class<E> listType) |
static <E extends List<Boolean>> E |
asList(Boolean[] array,
Class<E> listType) |
static <E extends List<Byte>> E |
asList(Byte[] array,
Class<E> listType) |
static <E extends Collection<Character>> E |
asList(char[] array,
Class<E> listType) |
static <E extends List<Character>> E |
asList(Character[] array,
Class<E> listType) |
static <E extends List<Double>> List<Double> |
asList(double[] array,
Class<E> listType) |
static <E extends List<Double>> List<Double> |
asList(Double[] array,
Class<E> listType) |
static <E extends List<Float>> List<Float> |
asList(float[] array,
Class<E> listType) |
static <E extends List<Float>> List<Float> |
asList(Float[] array,
Class<E> listType) |
static <E extends List<Integer>> E |
asList(int[] array,
Class<E> listType) |
static <E extends List<Integer>> E |
asList(Integer[] array,
Class<E> listType) |
static <E extends List<Long>> List<Long> |
asList(long[] array,
Class<E> listType) |
static <E extends List<Long>> List<Long> |
asList(Long[] array,
Class<E> listType) |
static <E extends List<Short>> E |
asList(short[] array,
Class<E> listType) |
static <E extends List<Short>> E |
asList(Short[] array,
Class<E> listType) |
static <E extends List<T>,T> E |
asList(T[] array,
Class<E> listType) |
static Long[] |
asLongArray(List<Long> input) |
static long[] |
asLongTypeArray(List<Long> input) |
static Short[] |
asShortArray(List<Short> input) |
static short[] |
asShortTypeArray(List<Short> input) |
static String[] |
asStringArray(List<String> input) |