자바 질문좀드려요.
쇼콜라데
2023.04.01
제가 필요한 코드가 있어서 분석중에있는데..
class ab {
public final ab[] c;
private final Comparator? super b comparator;
public final b[] e;
public ab p;
public int s;
Page(int n, Comparator? super b comparator) {
}
.....
위와같은 형태로 작성이 되어있습니다.
위에서 궁금한게.. classab 부분에 b 기능이무엇인지 궁금하고요.
Comparator? super b 이부분이 궁급합니다..
아직 잘모르는 상태에서 분석을 할려고 하다보니 참 어렵네요...^^;