A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
W
- wrappersToPrimitives(Array) - function in external.org.apache.commons.lang3.ClassUtils
- Converts the specified array of wrapper Class objects to an array ofits corresponding primitive Class objects.
- wrapperToPrimitive(Class) - function in external.org.apache.commons.lang3.ClassUtils
- Converts the specified wrapper class to its corresponding primitiveclass.