Quote:
Originally Posted by Rathji
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.