s-day04-接口回调案例
This commit is contained in:
@@ -3,8 +3,8 @@ package com.inmind.treeset02;
|
||||
import java.util.Objects;
|
||||
|
||||
public class Student implements Comparable<Student>{
|
||||
String name;
|
||||
int age;
|
||||
public String name;
|
||||
public int age;
|
||||
|
||||
public Student(String name, int age) {
|
||||
this.name = name;
|
||||
|
||||
Reference in New Issue
Block a user