5 java generics bounded-wildcard
我试图阅读和理解一些Java代码.这里是:
protected LoadTarget<? super PopulationLoadContext> createTarget(PopulationLoadContext context) {
return createTransactionalTargetGroup(RiskScoresTables.All_Tables);
}
Run Code Online (Sandbox Code Playgroud)
什么<? super PopulationLoadContext>意思?
| 归档时间: |
|
| 查看次数: |
180 次 |
| 最近记录: |