kohait00 Messages: 939 Registered: July 2009 Location: Germany
Experienced Contributor
sorry, i try to make it more clear..
in containers, by default, it is possible adding another element with same hash. this is called hash collision, because normaly a hash value should map to exactly one counterpart.
is there a possib in the containers internally, to restrict such behaviour besides manually checking before adding another element?
i know of FindAdd, but this handles it kind of differently..