What is faster collections or arrays? I have an array of objects which I use and need to search through the objects quickly using for loops.

I could have also used a collection but for speed purposes what is known to be faster. I dont use an array datatype