I wanted to create a list of options for testing purposes. At first, I did this:
ArrayList places = new ArrayList(); places.add(\
Collections.singletonList(messageBody)
If you'd need to have a list of one item!
Collections is from java.util package.