What is the use of Collections.singletonList() in Java? (I understand that it returns a list with one element. Why would I want to have a separate method to do that? How ...