How does Collections.sort(…) work?

前端 未结 2 519
-上瘾入骨i
-上瘾入骨i 2021-01-13 03:05

To be clear, I am trying to find out how Collections.sort(list, new MyComp()) method calls the compare method in which sequence.

I have a LinkedList with Employees a

2条回答
提交回复
热议问题