How to find a specific item in a list of objects
I have an object that consists of an id and them some more fields. I then have a list of these objects. So given that i have the id, how do I find the specific record in my list and all its associated fields?