File
Doc
Category
Size
Date
Package
TestClass.java
API Doc
Example
578
Thu Feb 19 10:40:42 GMT 2004
org.cookbook.ch05
TestClass
java.lang.Object
public class TestClass extends Object
author
Steven Holzner To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
Fields Summary
Constructors Summary
Methods Summary
public
java.lang.String
get
()
return "Test String";
public
boolean
set
(
int
index)
if (index < 0) { return false; } else { return true; }
Java Code Source