Explain this:


int index = 0;
int i = 0;
for(; 0 < collection.length; i++)
{
if(collection[i].getTitle().compareTo(title)>0) {
...