Is there a way of making an associative array where each key is a hash of several objects? I\'m not interested in inspecting each object\'s state, but rather the object\'s ident
Actually impossible since Object keys in this language only can be strings and there's no equivalent of java's object identity.
:o)