摘要: package demo14; /** * 顶点类 * @author Richard */ public class Vertex { private String value; public boolean visited; public String getValue() { return v 阅读全文
posted @ 2020-06-12 11:48 lihao_Q 阅读(238) 评论(0) 推荐(0)
摘要: package demo13; public class StuInfo { private int age; private int count; public int getAge() { return age; } public void setAge(int age) { this.age 阅读全文
posted @ 2020-06-12 11:18 lihao_Q 阅读(196) 评论(0) 推荐(0)