I am searching for something like javadocs for the arrays in Java. What methods, what their signatures and what they do. I got this problem, because IDE (Intelij) if you click on the called method of the array with pressed cntrl, shows nothing.
See the Java Language Specification §10.7. Array Members:
The members of an array type are all of the following:
The public final field
length, which contains the number of components of the array.lengthmay be positive or zero.The public method
clone, which overrides the method of the same name in classObjectand throws no checked exceptions. The return type of the clone method of an array typeT[]isT[].All the members inherited from class
Object; the only method ofObjectthat is not inherited is itsclonemethod.
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