对贾瓦来说,情况相对较新,我最近走过了我以前从未见过的yn。
public class loadSomeData extends AsyncTask<String, Integer, String>{ etc..}
The part that confuses me is the stuff between the <> brackets. I understand what each of the Types are used for in this class, but why declare them in the class declaration?
更具体地说,这一点是什么:<DataType>
,在 Java呼吁,以便我研究?
谢谢。