Skip to content

Instantly share code, notes, and snippets.

@kasundharmadasa
Created December 3, 2018 16:23
Show Gist options
  • Save kasundharmadasa/24e6b051f8cbadc1ea925d4cb0b844ef to your computer and use it in GitHub Desktop.
Save kasundharmadasa/24e6b051f8cbadc1ea925d4cb0b844ef to your computer and use it in GitHub Desktop.
List<User> usersList = Arrays.asList(
new User("Alice", "Darvin", 28),
new User("Bob", "Cooper", 35),
new User("Jessika", "Davies", 18),
new User("Albert ", "Downing", 58),
new User("Luke", "Morgan", 23)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment