Skip to content

Instantly share code, notes, and snippets.

@dalelane
Last active July 20, 2019 22:36
Show Gist options
  • Select an option

  • Save dalelane/18934aaa7e008ae16e30092b1e0deab3 to your computer and use it in GitHub Desktop.

Select an option

Save dalelane/18934aaa7e008ae16e30092b1e0deab3 to your computer and use it in GitHub Desktop.
Type4 myThing = new Type4();
List<CharSequence> names = new ArrayList<CharSequence>();
names.add("Alice");
names.add("Bob");
myThing.setNames(names);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment