(original) (raw)

\> 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�. See how.