This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 15effb3  add Guava example
15effb3 is described below

commit 15effb33994ac9ab546dfc21ac2fb069df83d52a
Author: Paul King <[email protected]>
AuthorDate: Wed Dec 3 15:47:14 2025 +1000

    add Guava example
---
 site/src/site/blog/fruity-eclipse-grouping.adoc | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/site/src/site/blog/fruity-eclipse-grouping.adoc 
b/site/src/site/blog/fruity-eclipse-grouping.adoc
index 2eb1112..e1c9a79 100644
--- a/site/src/site/blog/fruity-eclipse-grouping.adoc
+++ b/site/src/site/blog/fruity-eclipse-grouping.adoc
@@ -284,6 +284,13 @@ Multimaps.invertFrom(fruitColors, flipped)
 println flipped
 ----
 
+Which has almost identical output:
+
+----
+{red=[🍒, 🍎], green=[🥑, 🍎, 🍌], yellow=[🍌]}
+{🥑=[green], 🍎=[red, green], 🍌=[yellow, green], 🍒=[red]}
+----
+
 == Further information
 
 * Repo with example code: 
https://github.com/paulk-asert/fruity-eclipse-collections

Reply via email to