HashSet ; public class Test1 { public static void main(String[] args) { HashSet<Student> set = new HashSet<Student>(); set.add(new Student("100")); ...
確定! 回上一頁