Java syntax with greater than/less than: <> are they class specific?

前端 未结 4 1987
萌比男神i
萌比男神i 2021-01-01 18:20

I\'ve been doing an Android tutorial and encountered a class with the following:

public class ImageAndTextAdapter extends ArrayAdapter {
         


        
4条回答
  •  一生所求
    2021-01-01 18:54

    This is a Java generic class.

    http://download.oracle.com/javase/tutorial/java/generics/index.html

提交回复
热议问题