Does anyone know why we have a TwoKeyHashMap [1] utility class? I've only looked at it briefly, but I'm left wondering why the author chose to write all that rather than use a regular HashMap with an object that combines the 'TwoKey's?
There may be a subtlety I missed. Anyone know? [1] http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/util/TwoKeyHashMap.java?view=co Regards, Tim -- Tim Ellison ([EMAIL PROTECTED]) IBM Java technology centre, UK. --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
