开发者

What does <Object> in Map<Object> mean?

开发者 https://www.devze.com 2023-03-30 20:13 出处:网络
I\'m new to java and I don\'t know what this code is Map<Object> What do they call these on java?

I'm new to java and I don't know what this code is

Map<Object>

What do they call these on java?

Can you tell me what does the code means? Is this casting? Can you direct me to an article leading to more examples and explan开发者_开发百科ation of the said code?


It's a declaration of a generic type. See this doc for more info.

0

精彩评论

暂无评论...
验证码 换一张
取 消