I have empty method I need to fill up:
Protected static <T extends Entity> List<T> all(Class<T> cls) {}
The problem is - I don't undestand the suntax of the method. Why we can not do just:
Protected static List<T> all(Class<T> cls) {}
?
![]() |
I have empty method I need to fill up:
Protected static <T extends Entity> List<T> all(Class<T> cls) {}
The problem is - I don't undestand the suntax of the method. Why we can not do just:
Protected static List<T> all(Class<T> cls) {}
?
| All times are GMT -7. The time now is 03:10 PM. |