I'm making a list of transactions, each transaction have a set of data fields including a calendar object. I would like to insert these transaction objects to a LinkedList based on the date in the transactions calendar object. In other words, sorted by date.
How can this be done?