List<String> list = Arrays.asList("foo", "bar");
new ArrayList<String>(Arrays.asList("hello","world"));
List<MyType> myList = new ArrayList<MyType>();
Interface List<E>