How to sort an ArrayList using multiple sorting criteria?
Questions: I have an array list that contains Quote objects. I want to be able to sort alphabetically by name, by change, and by percent change. How can I sort my arraylist? package org.stocktwits.mod...