Package org.red5.io.utils
Class ArrayUtils
java.lang.Object
org.red5.io.utils.ArrayUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectfillArray(Class<?> type, Object array, Collection collection) static ObjectfillArray(Class<?> type, Collection collection) static Objectstatic Class<?>getGenericType(Class<?> nested) private static ObjecttoBooleanArray(Object array, Collection collection) private static ObjecttoBooleanArray(Collection collection) private static ObjecttoByteArray(Object array, Collection collection) private static ObjecttoByteArray(Collection collection) private static ObjecttoCharacterArray(Object array, Collection collection) private static ObjecttoCharacterArray(Collection collection) private static ObjecttoDoubleArray(Object array, Collection collection) private static ObjecttoDoubleArray(Collection collection) private static ObjecttoFloatArray(Object array, Collection collection) private static ObjecttoFloatArray(Collection collection) private static ObjecttoIntegerArray(Object array, Collection collection) private static ObjecttoIntegerArray(Collection collection) private static ObjecttoLongArray(Object array, Collection collection) private static ObjecttoLongArray(Collection collection) private static ObjecttoObjectArray(Class<?> type, Collection collection) private static ObjecttoObjectArray(Object array, Collection collection) private static ObjecttoShortArray(Object array, Collection collection) private static ObjecttoShortArray(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
-