Urgent: Sort HashSet() function data in sequence
- by vincent low
i am new to java, the function i like to perform is something like:
i will load a series of data from a file, into my hashSet() function.
the problem is, i able to enter all the data in sequence, but i cant retrieve it out in sequence base on the account name in the file.
any 1 can help to give a comment?
below is my code:
public Set…