Package de.intarsys.tools.collection
Class ArrayTools
java.lang.Object
de.intarsys.tools.collection.ArrayTools
-
Method Summary
Modifier and TypeMethodDescriptionstatic Object
createFromList
(Class objectClass, List list) static void
reverse
(byte[] array) static void
reverse
(byte[] array, int index, int length) static <T> void
reverse
(T[] array) static <T> void
reverse
(T[] array, int index, int length) static Object
toArray
(Class clazz, Collection collection)
-
Method Details
-
createFromList
-
reverse
public static void reverse(byte[] array) -
reverse
public static void reverse(byte[] array, int index, int length) -
reverse
public static <T> void reverse(T[] array) -
reverse
public static <T> void reverse(T[] array, int index, int length) -
toArray
-