Hello!

btw, I have a q about avalon's pattern:
while( myListIterator.hasNext() )
{
final String myString = (String)myListIterator.next();
}
How do you think, is this final specifier only a style oriented or it have some performance benefit also?

--
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to