Hey,
So I have an ArrayList that has some people in it.
It's like:
First Name, Last Name, and Position (At a job).
So, I have it make the name complete. so like...
Last name and then first name, no space...
So, then, I need to sort the ArrayList by the complete name...
Any ideas on how to go about this? I've been on it for about 2 hours now, and I can't seem to figure it out... I'd like not to use the Collection.sort as I've tried for a while, and I think it's beyond my abilities... Anyone have any ideas? Even if it's just psuedo or anything, doesn't have to be actual code.
Thanks!