I have an ArrayList that stores 0 ... 4 Dates.
The number of dates in the list depends on the business logic.
How can I get the earliest date of this list? Of course, I can build iterative loops to finally get the earliest date. But is there a โcleanerโ / faster way to do this, especially considering that this list could grow in a later perspective?
mffm source share