step.util
Class Count

java.lang.Object
  |
  +--step.util.Count

public class Count
extends Object


Constructor Summary
Count()
           
Count(long initialCount)
           
 
Method Summary
 void dec()
           
 long getCount()
           
 void inc()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Count

public Count()

Count

public Count(long initialCount)
Method Detail

inc

public void inc()

dec

public void dec()

getCount

public long getCount()

toString

public String toString()
Overrides:
toString in class Object