mk.fsgrep.util
Class ResultCounter

java.lang.Object
  extended by mk.fsgrep.util.ResultCounter
Direct Known Subclasses:
FieldCounter

public class ResultCounter
extends java.lang.Object

Author:
Murali Krishnan

Constructor Summary
ResultCounter()
           
 
Method Summary
 void decrement()
           
 long getValue()
           
 void increment()
           
 void increment(int val)
           
 void reset()
           
 void setValue(long val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultCounter

public ResultCounter()
Method Detail

getValue

public long getValue()

setValue

public void setValue(long val)

reset

public void reset()

increment

public void increment(int val)

increment

public void increment()

decrement

public void decrement()


Copyright © 2009. All Rights Reserved.