On Wed, May 18, 2011 at 12:08 PM, Ron Reynolds <[email protected]> wrote:
> the corner-stone of Hash* containers is: > (A.equals(B)) => (A.hashCode() == B.hashCode()) for all A, B. > >From what I"ve gathered, this invariant is true for protocol buffer's implementation of equals() and hashCode(). The descriptor object identity is included in both methods. -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/protobuf?hl=en.
