Hello,
does exist in Java a structure like a Vector<String> (or similar) that do two things:
- is automatically sorted when an element is added (I need by string)
- avoid to insert duplicates
thanks,
Hello,
does exist in Java a structure like a Vector<String> (or similar) that do two things:
- is automatically sorted when an element is added (I need by string)
- avoid to insert duplicates
thanks,
Regards
Bookmarks