tests
Class TestConst

java.lang.Object
  |
  +--tests.TestConst

public class TestConst
extends java.lang.Object


Constructor Summary
TestConst()
           
 
Method Summary
 void run()
           
 int spoil(int a)
           
 void testConst()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestConst

public TestConst()
Method Detail

spoil

public int spoil(int a)

testConst

public void testConst()

run

public void run()