commons-lang
commons-lang copied to clipboard
Check if the given class represents an array of primitives
Check if the given class represents an array of primitives. Null-safe
Coverage decreased (-0.01%) to 94.964% when pulling 37a241014d418c2bcee769eb6fc826599064a512 on arturobernalg:feature/isPrimitiveArray into bbc690f2cbcb9ebda89e18ed0f4745984888cac5 on apache:master.
Can this be used within Commons Lanf itself?
Can this be used within Commons Lanf itself?
HI @garydgregory i.e in --> ObjectUtil
That does not seem like a very good example because it reuses the component type just 2 lines below.
Can this be used within Commons Lanf itself?
HI @garydgregory i.e in --> ObjectUtil
That does not seem like a very good example because it reuses the component type just 2 lines below. HI @garydgregory That's true. Maybe it's not the best example, but proves that the functionality it's used and the function
isPrimitiveArray
could be used TY