From 55eb0e88945381a20a76a5d30885578265e1b9ab Mon Sep 17 00:00:00 2001 From: Sirisha Pratha Date: Tue, 21 Jun 2022 10:48:06 -0400 Subject: [PATCH] Eclipse Collections 11.1 release prep Signed-off-by: Sirisha Pratha --- README.md | 69 +++--- README_EXAMPLES.md | 10 +- RELEASE_NOTE_DRAFT.md | 186 +++++++--------- docs/1-Iteration_Patterns.adoc | 2 +- docs/2-Collection_Containers.adoc | 2 +- docs/3-Code_Blocks.adoc | 2 +- docs/4-Testing_Utilities.adoc | 4 +- docs/5-Quick_Reference.adoc | 352 +++++++++++++++--------------- docs/guide.md | 146 ++++++------- site/cn/index.html | 18 +- site/de/index.html | 18 +- site/el/index.html | 18 +- site/es/index.html | 18 +- site/fr/index.html | 18 +- site/hi/index.html | 18 +- site/index.html | 18 +- site/ja/index.html | 18 +- site/no-nb/index.html | 18 +- site/pt-br/index.html | 18 +- site/ru/index.html | 18 +- 20 files changed, 488 insertions(+), 483 deletions(-) diff --git a/README.md b/README.md index 64f6b96d24..a88fb1ccb5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -2804,7 +2804,7 @@ Verify.assertSize(1, texans); In each case, if the value of *state* field for any element in **people** equals "TX" then the **select** method includes that element in the result list, **texans**. -This chapter introduces the most commonly-used code blocks and the Eclipse Collections methods that use them. Along with the code block types described here, the current version of Eclipse Collections offers a full suite of primitive code blocks (and corresponding code block factories like [**IntFunction**](http://www.eclipse.org/collections/javadoc/11.0.0/org/eclipse/collections/api/block/function/primitive/IntFunction.html), [**IntPredicate**](http://www.eclipse.org/collections/javadoc/11.0.0/org/eclipse/collections/api/block/predicate/primitive/IntPredicate.html), [**IntProcedure**](http://www.eclipse.org/collections/javadoc/11.0.0/org/eclipse/collections/api/block/procedure/primitive/IntProcedure.html) etc.) These code blocks are used by methods on primitive collections. +This chapter introduces the most commonly-used code blocks and the Eclipse Collections methods that use them. Along with the code block types described here, the current version of Eclipse Collections offers a full suite of primitive code blocks (and corresponding code block factories like [**IntFunction**](http://www.eclipse.org/collections/javadoc/11.1.0/org/eclipse/collections/api/block/function/primitive/IntFunction.html), [**IntPredicate**](http://www.eclipse.org/collections/javadoc/11.1.0/org/eclipse/collections/api/block/predicate/primitive/IntPredicate.html), [**IntProcedure**](http://www.eclipse.org/collections/javadoc/11.1.0/org/eclipse/collections/api/block/procedure/primitive/IntProcedure.html) etc.) These code blocks are used by methods on primitive collections. ##### []() About *parameter* and *argument*: diff --git a/site/cn/index.html b/site/cn/index.html index f9f3ea0381..c5ec752205 100644 --- a/site/cn/index.html +++ b/site/cn/index.html @@ -86,6 +86,7 @@