public interface Node {. void setText(String text);. String getText();. } package com;. public class TextNode implements Node{.
確定! 回上一頁