摘要:
import java.util.*; // 自定义类使用Collections进行比较实现的函数 // implements Comparable<Test> // public int compareTo(T obj) // public String toString() // public 阅读全文
posted @ 2021-06-03 22:29
SavenNeer
阅读(84)
评论(0)
推荐(0)
摘要:
import java.util.*; public class Main{ public static void main(String[] args) { //下面是可以使用的典型数据结构的创建方式 //栈 Stack<String> stk1 = new Stack<String>(); // 阅读全文
posted @ 2021-06-03 21:18
SavenNeer
阅读(167)
评论(0)
推荐(0)