- multi generic
https://stackoverflow.com/questions/1759549/java-generics-multiple-generic-parameters
https://cornswrold.tistory.com/m/180
E - Element
K - Key
N - Number
T - Type
V - Value
https://lng1982.tistory.com/240
- E와 T 차이
https://lng1982.tistory.com/70
- void type
public static <T extends Comparable<? super T>> void sort(List<T> list);
https://stackoverflow.com/questions/30072110/understanding-generic-parameters-with-void-return-types/30072268
'java' 카테고리의 다른 글
apache commons project-random, secureRandom, 난수 (0) | 2021.03.22 |
---|---|
6자리 인증번호 생성 예제 (0) | 2021.03.21 |
cannot convert from string to T (0) | 2021.03.18 |
duration과 period (0) | 2020.11.23 |
sha256 암호화 (0) | 2020.11.11 |