From cc7c85fb20c1450086a6744124b567a2994e254f Mon Sep 17 00:00:00 2001 From: "lifei.zhang" Date: Tue, 21 Jan 2020 16:46:38 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20issue=20#362:=E9=87=8D=E6=96=B0=E7=BF=BB?= =?UTF-8?q?=E8=AF=91What=E2=80=99s=20impressive=20is=20it=20is=20not=20int?= =?UTF-8?q?ellectually=20prohibitive=20to=20assemble=20such=20a=20model?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lifei.zhang --- docs/book/20-Generics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/book/20-Generics.md b/docs/book/20-Generics.md index 2c02e10a..09b0364c 100644 --- a/docs/book/20-Generics.md +++ b/docs/book/20-Generics.md @@ -1230,7 +1230,7 @@ public class Store extends ArrayList { */ ``` -`Store.toString()` 显示了结果:尽管有复杂的层次结构,但多层的集合仍然是类型安全的和可管理的。令人印象深刻的是,组装这样的模型在理论上并不是禁止的。 +`Store.toString()` 显示了结果:尽管有复杂的层次结构,但多层的集合仍然是类型安全的和可管理的。令人印象深刻的是,组装这样的模型并不需要耗费过多精力。 **Shelf** 使用 `Suppliers.fill()` 这个实用程序,该实用程序接受 **Collection** (第一个参数),并使用 **Supplier** (第二个参数),以元素的数量为 **n** (第三个参数)来填充它。 **Suppliers** 类将会在本章末尾定义,其中的方法都是在执行某种填充操作,并在本章的其他示例中使用。 @@ -5185,4 +5185,4 @@ Neal After 对于 Java 问题(尤其是擦除)的看法可以从这里找到 -
\ No newline at end of file +