FileDocCategorySizeDatePackage
TestClass.javaAPI DocExample578Thu Feb 19 10:40:42 GMT 2004org.cookbook.ch05

TestClass

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.Stringget()

		return "Test String";
	
public booleanset(int index)

		if (index < 0) {
			return false;
		} else {
			return true;
		}