×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Java
Posted by: M. Chris
Added: Apr 16, 2019 8:51 AM
Views: 3827
Tags: no tags
  1. Customer james = new Customer(2, "James");
  2. if (customers.contains(james)) {
  3.     // ...
  4.