⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 zcompactcomment.java

📁 随书的代码
💻 JAVA
字号:
package org.jdom;public class Comment implements Serializable, Cloneable {  protected String text;  protected Object parent;  protected Comment();  public Comment(String text);    public Element    getParent();   protected Comment setParent(Element parent);  public Comment    detach();  public Document   getDocument();  protected Comment setDocument(Document document);  public String     getText();  public Comment    setText(String text);  public       String  toString();  public final boolean equals(Object ob);  public final int     hashCode();  public       Object  clone();  }

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -