> By toIdentityString, do you mean the String that would be returned by 
> toString if toString is not overridden?
> 
> -Joe


Yep.  As in:

 

return o != null ? o.getClass().getName() +'@'+  
Integer.toHexString(System.identityHashCode(o)) : "null";

 

I suppose the name should be identityToString to match 
System.identityHashCode???

 

Jason
                                          
_________________________________________________________________
Insert movie times and more without leaving HotmailĀ®.
http://windowslive.com/Tutorial/Hotmail/QuickAdd?ocid=TXT_TAGLM_WL_HM_Tutorial_QuickAdd_062009

Reply via email to