Skip to content

Instantly share code, notes, and snippets.

@agustarc
Created February 5, 2017 08:59
Show Gist options
  • Save agustarc/b8c2fa32c7c276455ebc96f7bb297e77 to your computer and use it in GitHub Desktop.
Save agustarc/b8c2fa32c7c276455ebc96f7bb297e77 to your computer and use it in GitHub Desktop.
for (Product product : products) {
if (product.getId() == productId) {
return product;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment