在android中arrayadapter这个类为什么有中括号?

android里面的一个类,可是为什么使用的时候有〈〉呢?ArrayAdapter<String>_adapter=newArrayAdapter<String>(thi... android里面的一个类,可是为什么使用的时候有〈〉呢?
ArrayAdapter<String> _adapter = new ArrayAdapter<String>(this,android.R.layout.simple_spinner_item,spinnerItem);

googleAndroid文档写的是:

A concrete BaseAdapter that is backed by an array of arbitrary objects. By default this class expects that the provided resource id references a single TextView. If you want to use a more complex layout, use the constructors that also takes a field id. That field id should reference a TextView in the larger layout resource.
However the TextView is referenced, it will be filled with the toString() of each object in the array. You can add lists or arrays of custom objects. Override the toString() method of your objects to determine what text will be displayed for the item in the list.
不知道什么意思!!

求教!
展开
 我来答
水晶Angelion
2015-04-16 · TA获得超过473个赞
知道小有建树答主
回答量:579
采纳率:50%
帮助的人:425万
展开全部
泛类型 表示这个类在工作时可以操作的类型
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式