U
usgog
Is there an elegant way to make an arrayList to allow only unique
values, like Map? I can use Map for that but I don't want to generate
many "fake" keys for keeping unique values of value.
values, like Map? I can use Map for that but I don't want to generate
many "fake" keys for keeping unique values of value.