What does exactly mean these two signs ?

enter image description here

有帮助吗?

解决方案

-The red one means: private method

-The yellow one means: protected method

Click here for more icon explanation.

其他提示

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top