Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ListView のサブクラスでメソッド setAdapter をオーバーライドしようとしています。setAdapter は次のように定義されます。
void setAdapter(T adapter);
AdapterView クラスで。AdapterView クラスはジェネリック クラス AdapterView
上記の宣言は、型変数が使用できないため ListView サブクラスでは機能しませんが、型変数をサブクラスに導入する方法がわかりません。具体的な型は機能しません。