Skip to content

Commit ee50c09

Browse files
dellenovosjsdfg
authored andcommitted
Fix issue lingcoder#362:重新翻译What’s impressive is it is not intellectually prohibitive to assemble such a model (lingcoder#363)
Signed-off-by: lifei.zhang <[email protected]>
1 parent d6e00fc commit ee50c09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/20-Generics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,7 @@ public class Store extends ArrayList<Aisle> {
12301230
*/
12311231
```
12321232

1233-
`Store.toString()` 显示了结果:尽管有复杂的层次结构,但多层的集合仍然是类型安全的和可管理的。令人印象深刻的是,组装这样的模型在理论上并不是禁止的
1233+
`Store.toString()` 显示了结果:尽管有复杂的层次结构,但多层的集合仍然是类型安全的和可管理的。令人印象深刻的是,组装这样的模型并不需要耗费过多精力
12341234

12351235
**Shelf** 使用 `Suppliers.fill()` 这个实用程序,该实用程序接受 **Collection** (第一个参数),并使用 **Supplier** (第二个参数),以元素的数量为 **n** (第三个参数)来填充它。 **Suppliers** 类将会在本章末尾定义,其中的方法都是在执行某种填充操作,并在本章的其他示例中使用。
12361236

@@ -5185,4 +5185,4 @@ Neal After 对于 Java 问题(尤其是擦除)的看法可以从这里找到
51855185

51865186
<!-- 分页 -->
51875187

5188-
<div style="page-break-after: always;"></div>
5188+
<div style="page-break-after: always;"></div>

0 commit comments

Comments
 (0)