Skip to content

Instantly share code, notes, and snippets.

@LeoHeo
Last active June 10, 2018 04:18
Show Gist options
  • Save LeoHeo/f597fd6b320c7bad9ab49a9151732484 to your computer and use it in GitHub Desktop.
Save LeoHeo/f597fd6b320c7bad9ab49a9151732484 to your computer and use it in GitHub Desktop.
List<Student> students = new ArrayList<>();
students.add(leo1);
System.out.println("students contains Leo => " + students.contains(new Student(1L, "Leo"))); // true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment