Class CounterTest

java.lang.Object
  extended by CounterTest

public class CounterTest
extends java.lang.Object


Constructor Summary
CounterTest()
           
 
Method Summary
static void decrementTest()
           
static void incrementTest()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CounterTest

public CounterTest()
Method Detail

incrementTest

public static void incrementTest()

decrementTest

public static void decrementTest()

main

public static void main(java.lang.String[] args)