We are well familiar with the standard primitive array types, e.g:
[I // array of integer
[L // array of Long
[D // array of Double
[Ljava.lang.Object // array of Object
But what is
[J
Cluster assignments: = 2 -> [J@4fe42c88,1 -> [J@d27bdb2,0 -> [J@2c16f7dd
UPDATE So I had misread the output for [L : that is for a Class/Interface - I had thought it were for a long. Instead J is for the Long (as shown in the first answer)
From the docs
Element Type Encoding
long J
...
i.e. its an array of long primitives
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With