Question

What does exactly mean these two signs ?

enter image description here

Was it helpful?

Solution

-The red one means: private method

-The yellow one means: protected method

Click here for more icon explanation.

OTHER TIPS

Those are visibility indicators. The red square means private, the yellow diamond protected, a green dot public, and a blue triangle no modifier i.e. package.

In this specific case you have to read the text to see where exactly the method is created.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top