I\'ve always thought otherwise, but recently I had the need to know:
If I add elements to a list in a certain order, am I guaranteed to find then always on the same
Yes, it is deterministic. Bear in mind that if you want to use List across threads then, as with anything, you can't guarantee the order in which the interactions would happen.
List