Join Slack
Communities
Powered by
If you want to have a collection without duplicate...
# announcements
p
poohbar
03/01/2018, 4:25 PM
If you want to have a collection without duplicates use
Set
(
setOf()
) instead of lists. Note that the collisions are resolved using
equals()
and
hashCode()
Open in Slack
Previous
Next