Skip to content

Commit 7f4cfc7

Browse files
authored
Update 01_Generics_for_Reflection.md
1 parent be1f517 commit 7f4cfc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch07/01_Generics_for_Reflection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,5 @@
8585
中接收方是传递到方法中的类标记,并且该转换将应用于使用 `get``set``add` 添加到列表中的任何元素,或者将其写入列表中。 然而,`Class<T>` 的类型
8686
参数意味着 `checkedList` 的代码不需要额外的转换(除了调用类类中的 `cast` 方法外),并且编译器可以检查该方法是否使用类标记调用 一个合适的类型。
8787

88-
《《《 [下一节](04_How_Erasure_Works.md) <br/>
88+
《《《 [下一节](02_Reflected_Types_are_Reifiable_Types.md) <br/>
8989
《《《 [返回首页](../README.md)

0 commit comments

Comments
 (0)