How to sort HashSet() function data in sequence?
- by vincent low
I am new to Java, the function I would like to perform is to 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 can't retrieve it out in sequence base on the account name in the file.
Can anyone help?
below is my code:
public Set retrieveHistory(){
Set dataGroup…