Withdrawn: 8324718: Add a static function to java.util.Objects to simplify object equality checks

David Alayachew duke at openjdk.org
Sun Feb 11 10:18:58 UTC 2024


On Sat, 27 Jan 2024 03:57:58 GMT, David Alayachew <duke at openjdk.org> wrote:

> Adding a function to Objects in order to facilitate equality checking and enhance readability. You simply specify the 2 objects that you want to check for equality, and then provide the functions which will be used to provide the values that we will check for equality.

This pull request has been closed without being integrated.

-------------

PR: https://git.openjdk.org/jdk/pull/17603


More information about the core-libs-dev mailing list