From 442da5ec29cb6b883f705d1f7e225e5eb15e9a2e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 20:41:33 +0200 Subject: [PATCH] Update documentation after commit 10c8fd4 (#424) Co-authored-by: masesdevelopers <94312179+masesdevelopers@users.noreply.github.com> --- docs/api/Java.Util.Collections.html | 49 ++++++++++++++++------------- 1 file changed, 28 insertions(+), 21 deletions(-) diff --git a/docs/api/Java.Util.Collections.html b/docs/api/Java.Util.Collections.html index f247ddccd3..b73abe0c68 100644 --- a/docs/api/Java.Util.Collections.html +++ b/docs/api/Java.Util.Collections.html @@ -1565,10 +1565,10 @@

Type Parameters

EmptyIterator<T>() - +

-

Returns an iterator that has no elements.

+

https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Collections.html#emptyIterator()

@@ -1580,7 +1580,8 @@

Returns

Iterator<T>
-
+

Iterator

+

Type Parameters

@@ -1640,10 +1641,10 @@

Type Parameters

EmptyListIterator<T>() - +

-

Returns a list iterator that has no elements.

+
@@ -1655,7 +1656,8 @@

Returns

ListIterator<T>
-
+

ListIterator

+

Type Parameters

@@ -1715,10 +1717,10 @@

Type Parameters

EmptyList<T>() - +

-

Returns an empty list(immutable).

+
@@ -1730,7 +1732,8 @@

Returns

List<T>
-
+

List

+

Type Parameters

@@ -1792,10 +1795,10 @@

Type Parameters

EmptyMap<K, V>() - +

-

Returns an empty map(immutable).

+
@@ -1807,7 +1810,8 @@

Returns

Map<K, V>
-
+

Map

+

Type Parameters

@@ -1947,10 +1951,10 @@

Type Parameters

EmptySet<T>() - +

-