Message7069
I'm sure I'm just reading the bug report wrong - I tried
import java.util.HashMap;
import java.util.Iterator;
public class IterableMap extends HashMap implements Iterable {
public Iterator iterator() {
return this.keySet().iterator();
}
}
But that doesn't trigger an MRO conflict - do you have a simple code snippet that triggers the problem? |
|
Date |
User |
Action |
Args |
2012-04-27 17:13:35 | fwierzbicki | set | messageid: <1335546815.69.0.573062935799.issue1878@psf.upfronthosting.co.za> |
2012-04-27 17:13:35 | fwierzbicki | set | recipients:
+ fwierzbicki, espeed |
2012-04-27 17:13:35 | fwierzbicki | link | issue1878 messages |
2012-04-27 17:13:35 | fwierzbicki | create | |
|