Hi everyone,
I need help to understand this code that I got from open source. I am new at Java.. :(
I need help to understand this code that I got from open source. I am new at Java.. :(
Code:
for(Iterator i$ = ruleMatches.iterator(); i$.hasNext();)
{
RuleMatch match = (RuleMatch)i$.next();
}
Comment