View Single Post
Old 12-09-2008, 03:31 PM   #10
BlackEleven
Redundant Minister of Redundancy
 
BlackEleven's Avatar
 
Join Date: Apr 2004
Location: Montreal
Exp:
Default

Quote:
Originally Posted by Rathji View Post
Will it type this? Cuz if it will I am sold.

For (Object object : List){
if object.equals(this) return true;
return false;
}
Okay, I'm probably venturing deep into ultra-nerd territory here, but I think you want to close the loop before the return false.
BlackEleven is offline   Reply With Quote