mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-19 20:43:28 +08:00
@@ -3584,7 +3584,7 @@ public class UseList<W, T> {
|
||||
}
|
||||
```
|
||||
|
||||
因为擦除,所以重载方法产生了的类型签名。
|
||||
因为擦除,所以重载方法产生了相同的类型签名。
|
||||
|
||||
因而,当擦除后的参数不能产生唯一的参数列表时,你必须提供不同的方法名:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user