This question shows research effort; it is useful and clear
-1
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
I am making a calendar scheduling program. Right now, I have a JList with entries from my LinkedList. Is there a way to sort the LinkedList so that Sunday will appear first, and Saturday will appear last? Thanks!