Constructor for IDKey
// This is the Object hashcode
id = System.identityHashCode(_value);
// There have been some cases (bug 11706) that return the
// same identity hash code for different objects. So
// the value is also added to disambiguate these cases.
value = _value;