java.util.Objects, round two

2009-10-14 Thread Paul Benedict
Joe, I am confused over this warning: * bWarning: When a single object reference is supplied, the returned * value does not equal the hash code of that object reference./b This * value can be computed by calling {...@link #hashCode(Object)}. I first looked into Arrays#deepHashCode and did not

Re: java.util.Objects, round two

2009-10-14 Thread Joseph D. Darcy
Paul Benedict wrote: Joe, I am confused over this warning: * bWarning: When a single object reference is supplied, the returned * value does not equal the hash code of that object reference./b This * value can be computed by calling {...@link #hashCode(Object)}. I first looked into