From 41591eaf2e690416897ce3168e888d85ebf93333 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Fri, 14 Aug 2026 03:12:11 -0500 Subject: [PATCH 1/2] Document TextUtils string splitter iteration Refs #223 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- .../Android.Text/TextUtils+SimpleStringSplitter.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/xml/Android.Text/TextUtils+SimpleStringSplitter.xml b/docs/xml/Android.Text/TextUtils+SimpleStringSplitter.xml index d86bc2730..5744140ec 100644 --- a/docs/xml/Android.Text/TextUtils+SimpleStringSplitter.xml +++ b/docs/xml/Android.Text/TextUtils+SimpleStringSplitter.xml @@ -146,7 +146,7 @@ Returns true if there is at least one more element, false otherwise. - To be added. + if the iteration has more elements; otherwise, . Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -178,7 +178,7 @@ Returns an for the elements in this object. - To be added. + An iterator over the elements in this object. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -203,8 +203,8 @@ - To be added. - To be added. + Returns the next element in the iteration. + The next element in the iteration. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -266,7 +266,7 @@ Returns the next object and advances the iterator. - To be added. + The next element in the iteration. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. From e001ef68d92e0ef109c39b8df2e198b7a5ed325c Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Fri, 14 Aug 2026 03:23:19 -0500 Subject: [PATCH 2/2] Clarify string splitter iterator identity Refs #223 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- docs/xml/Android.Text/TextUtils+SimpleStringSplitter.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/xml/Android.Text/TextUtils+SimpleStringSplitter.xml b/docs/xml/Android.Text/TextUtils+SimpleStringSplitter.xml index 5744140ec..427be1ee5 100644 --- a/docs/xml/Android.Text/TextUtils+SimpleStringSplitter.xml +++ b/docs/xml/Android.Text/TextUtils+SimpleStringSplitter.xml @@ -178,7 +178,7 @@ Returns an for the elements in this object. - An iterator over the elements in this object. + This splitter, which serves as its own iterator. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.