i've this method findNegozio(insertID) used to find the element with insertID in a Collection. So, findNegozio(insertID) is an operation that is often referred to in my sequence diagrams so I thought I would illustrate it as a sequence diagram. The idea is to represent an iteration on a collection and take only the element that matches with the entered ID.
Could this be a good way to represent my idea? is it useful to represent a frequent step of some sequence diagrams?
EDIT: Maybe with only one step is better OPT instead of ALT.