¡@

Home 

java Programming Glossary: performmonitor

Overriding a method with Generic Parameters in Java?

http://stackoverflow.com/questions/239645/overriding-a-method-with-generic-parameters-in-java

. The method public abstract List extends MonitorAccount performMonitor List extends MonitorAccount accounts is defined in Monitor.java.. as follows @Override public List EmailAccount performMonitor List EmailAccount emailAccounts ...unrelated logic return emailAccounts.. this produces the compile time error Name clash The method performMonitor List EmailAccount of type EmailMonitor has the same erasure..