vigna / fastutil

fastutil extends the Java™ Collections Framework by providing type-specific maps, sets, lists and queues.
Apache License 2.0
1.76k stars 196 forks source link

Fix a rather critical bug where ImmutableList.equals would return true erroneosly #225

Closed techsy730 closed 3 years ago

techsy730 commented 3 years ago

Would happen to return true if any ImmutableList was given, equal contents or not.