I wanted to create a list of options for testing purposes. At first, I did this:
ArrayList places = new ArrayList(); places.add(\
You can use StickyList from Cactoos:
StickyList
List names = new StickyList<>( "Scott Fitzgerald", "Fyodor Dostoyevsky" );