Collections.sort implementation

后端 未结 5 1904
灰色年华
灰色年华 2021-02-08 18:38

I can not understand the method implementation and the logic of Collections.sort method. Here is the method implementation i found,

public static 

        
5条回答
  •  耶瑟儿~
    2021-02-08 19:12

     What is >
    

    This is to specify Type of T in List. Read this tutorial on Type Inference.

提交回复
热议问题