Package org.red5.io.utils
Class ArrayUtils
java.lang.Object
org.red5.io.utils.ArrayUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Object
fillArray
(Class<?> type, Object array, Collection collection) static Object
fillArray
(Class<?> type, Collection collection) static Object
static Class<?>
getGenericType
(Class<?> nested) private static Object
toBooleanArray
(Object array, Collection collection) private static Object
toBooleanArray
(Collection collection) private static Object
toByteArray
(Object array, Collection collection) private static Object
toByteArray
(Collection collection) private static Object
toCharacterArray
(Object array, Collection collection) private static Object
toCharacterArray
(Collection collection) private static Object
toDoubleArray
(Object array, Collection collection) private static Object
toDoubleArray
(Collection collection) private static Object
toFloatArray
(Object array, Collection collection) private static Object
toFloatArray
(Collection collection) private static Object
toIntegerArray
(Object array, Collection collection) private static Object
toIntegerArray
(Collection collection) private static Object
toLongArray
(Object array, Collection collection) private static Object
toLongArray
(Collection collection) private static Object
toObjectArray
(Class<?> type, Collection collection) private static Object
toObjectArray
(Object array, Collection collection) private static Object
toShortArray
(Object array, Collection collection) private static Object
toShortArray
(Collection collection)
-
Constructor Details
-
ArrayUtils
public ArrayUtils()
-
-
Method Details
-
getArray
-
fillArray
-
fillArray
-
toByteArray
-
toByteArray
-
toShortArray
-
toShortArray
-
toIntegerArray
-
toIntegerArray
-
toLongArray
-
toLongArray
-
toFloatArray
-
toFloatArray
-
toDoubleArray
-
toDoubleArray
-
toBooleanArray
-
toBooleanArray
-
toCharacterArray
-
toCharacterArray
-
toObjectArray
-
toObjectArray
-
getGenericType
-