Java Crear lista con un elemento

List<String> list = Collections.singletonList("foo");
Troubled Turtle