Sort Parallel ArrayList
807601May 8 2008 — edited May 14 2008Ok I have 4 arraylists that are in parallel. There elements line with the elements in the other array list. I know how to sort one list using the collection method. But is there a way to sort multiple list in reference to only one original list.
I'm sure there' s better ways to do this.... But is this possible?