eclipse-collections icon indicating copy to clipboard operation
eclipse-collections copied to clipboard

Refactor rehash() method to improve performance by replacing equals()… Fix resolved #issues/1728

Open bazzoneto opened this issue 10 months ago • 0 comments

… with == for object comparison

Refactor rehash() method to improve performance by replacing equals() with == for object comparison

bazzoneto avatar Feb 19 '25 04:02 bazzoneto