Hi I'm very new to this so I have no idea how to figure this out after thinking for couple days, I have a question regarding the sorting of Objects inside of an ArrayList. I have a single ArrayList that contains Objects. Each Object has a double "distance". I want to sort my Objects within the ArrayList based on the smallest distance.
I been struggling on this one for a while now since I suck with sorting :( If anyone can help me out I would appreciate it, and let me know if I'm being to vague, not sure how to explain it.