Class Counter
java.lang.Object
org.snpeff.stats.Counter
A simple class that counts...
Note: This is probably the best piece of software I'll ever write! :-P
- Author:
- pcingola
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
count
public long count
-
-
Constructor Details
-
Counter
public Counter()
-
-
Method Details
-
add
public long add(long add) -
dec
public long dec() -
get
public long get() -
getCount
public long getCount() -
inc
public long inc() -
reset
public void reset() -
set
public void set(long newCount) -
sub
public long sub(long sub) -
toString
-