Please, I often find java methods that are empty with a comment compiled code
Here is an example
public E get(int index) { /* compiled code */ }
I can not find the meaning!! thank you for your clarification
This often happens when you are using an external library.
It means that your IDE doesn't hold the source code for that library. So he knows the method's name and signature, but not its code
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