Polishing

(cherry picked from commit f456674529)
This commit is contained in:
Juergen Hoeller
2025-11-19 16:19:14 +01:00
parent bd10b7ae06
commit 4e97013595
@@ -1048,6 +1048,7 @@ public class ConcurrentReferenceHashMap<K, V> extends AbstractMap<K, V> implemen
}
}
/**
* Internal key-set implementation.
*/
@@ -1084,6 +1085,7 @@ public class ConcurrentReferenceHashMap<K, V> extends AbstractMap<K, V> implemen
}
}
/**
* Internal key iterator implementation.
*/
@@ -1107,6 +1109,7 @@ public class ConcurrentReferenceHashMap<K, V> extends AbstractMap<K, V> implemen
}
}
/**
* Internal values collection implementation.
*/
@@ -1143,6 +1146,7 @@ public class ConcurrentReferenceHashMap<K, V> extends AbstractMap<K, V> implemen
}
}
/**
* Internal value iterator implementation.
*/
@@ -1166,6 +1170,7 @@ public class ConcurrentReferenceHashMap<K, V> extends AbstractMap<K, V> implemen
}
}
/**
* Internal entry iterator implementation.
*/