-
Listing 3. Annotation for toString generation.
清单3 . toString生成的注释。
-
Listing 5. ToString annotations on JDK 1.4.
清单5。
-
Listing 7 shows some test classes for the ToString annotation.
清单7展示了ToString注释的一些测试类。
-
Adjust the toString method of Tweet.groovy as shown in Listing 15.
按清单15调整Tweet . groovy的toString方法。
-
The toString method is what the JList calls to display the results.
JList调用toString方法显示结果。
public String toString()返回该对象的字符串表示。通常,ToString方法会返回一个“以文本方式表示”此对象的字符串。结果应是一个简明但易于读懂的信息表达式。