http://zhidao.baidu.com/link?url=mgs08yinrG-rt2864QvlbKmdbyn9rm-KTqm1CODNQpVLnVvAndkJRVJ8mN4_XkNDB2_wjojcNKO_xgMuTQe2912g9T4OQ7TlCcrRAm0sF7W

T extends Adapter 表示T是Adapter 的派生类
AdapterView<T extends Adapter>表示AdapterView是模板类,T是模板参数类型

/**
* Returns the adapter currently associated with this widget.
*
* @return The adapter used to provide this view's content.
*/
public abstract T getAdapter();

相关文章:

  • 2021-05-24
  • 2021-11-01
  • 2021-12-23
  • 2021-06-19
  • 2021-07-21
  • 2022-12-23
  • 2021-09-01
  • 2021-07-17
猜你喜欢
  • 2021-08-14
  • 2022-12-23
  • 2021-10-20
  • 2021-12-12
  • 2021-11-18
  • 2022-12-23
  • 2021-04-01
相关资源
相似解决方案