CLOVIS
03/22/2025, 10:11 AMTreeMap
in the standard library?ephemient
03/22/2025, 5:24 PMephemient
03/22/2025, 5:28 PMCLOVIS
03/22/2025, 6:09 PMequals
in the Java stdlib doesn't behave the same as other Set
collections?ephemient
03/23/2025, 4:58 PMcontains
is based on the comparator, which makes sense (otherwise it would be inconsistent with `get`/`put`/etc.), but breaks equality with collections which don't have the same equivalence classes on their itemsCLOVIS
03/24/2025, 10:21 AMephemient
03/24/2025, 12:05 PM