определение класса
Код: Выделить всё
public interface ITest {
Long foo();
}
public class Test implements ITest{
@Override
public Long foo() {
return 0L;
}
}
Код: Выделить всё
public Map
Подробнее здесь: [url]https://stackoverflow.com/questions/78550960/list-class-wrapped-by-map-class-do-not-support-generic-types-in-java[/url]